jar

net.secodo.jcircuitbreaker : jcircuitbreaker-core

Maven & Gradle

Feb 19, 2017

A java library implementing a Circuit Breaker approach. Allowing to limit calls to java methods basing on defined strategy.

Table Of Contents

Latest Version

Download net.secodo.jcircuitbreaker : jcircuitbreaker-core JAR file - Latest Versions:

All Versions

Download net.secodo.jcircuitbreaker : jcircuitbreaker-core JAR file - All Versions:

Version Vulnerabilities Size Updated
1.2.x
1.1

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window jcircuitbreaker-core-1.2.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

net.secodo.jcircuitbreaker.breaker.impl

├─ net.secodo.jcircuitbreaker.breaker.impl.AbstractCircuitBreaker.class - [JAR]

├─ net.secodo.jcircuitbreaker.breaker.impl.DefaultCircuitBreaker.class - [JAR]

├─ net.secodo.jcircuitbreaker.breaker.impl.ReusableCircuitBreaker.class - [JAR]

net.secodo.jcircuitbreaker.breakhandler.helper

├─ net.secodo.jcircuitbreaker.breakhandler.helper.InstantiationHelper.class - [JAR]

net.secodo.jcircuitbreaker.breakstrategy

├─ net.secodo.jcircuitbreaker.breakstrategy.BreakStrategy.class - [JAR]

├─ net.secodo.jcircuitbreaker.breakstrategy.SimpleStrategyDsl.class - [JAR]

net.secodo.jcircuitbreaker.breaker

├─ net.secodo.jcircuitbreaker.breaker.CircuitBreaker.class - [JAR]

├─ net.secodo.jcircuitbreaker.breaker.ContextAwareCircuitBreaker.class - [JAR]

net.secodo.jcircuitbreaker.breakstrategy.impl

├─ net.secodo.jcircuitbreaker.breakstrategy.impl.LimitedConcurrentExecutionsStrategy.class - [JAR]

├─ net.secodo.jcircuitbreaker.breakstrategy.impl.LimitedCurrentAverageExecutionTimeStrategy.class - [JAR]

├─ net.secodo.jcircuitbreaker.breakstrategy.impl.SingleExecutionAllowedStrategy.class - [JAR]

net.secodo.jcircuitbreaker.task.experimental

├─ net.secodo.jcircuitbreaker.task.experimental.MethodInvokingTask.class - [JAR]

net.secodo.jcircuitbreaker.breakhandler

├─ net.secodo.jcircuitbreaker.breakhandler.BreakHandler.class - [JAR]

├─ net.secodo.jcircuitbreaker.breakhandler.BreakHandlerFactory.class - [JAR]

├─ net.secodo.jcircuitbreaker.breakhandler.OnePerExecutionHandlerFactory.class - [JAR]

net.secodo.jcircuitbreaker.util

├─ net.secodo.jcircuitbreaker.util.TimeUtil.class - [JAR]

net.secodo.jcircuitbreaker.breaker.execution.impl

├─ net.secodo.jcircuitbreaker.breaker.execution.impl.DefaultExecutionContextImpl.class - [JAR]

net.secodo.jcircuitbreaker.breakhandler.exception

├─ net.secodo.jcircuitbreaker.breakhandler.exception.BreakHandlerException.class - [JAR]

net.secodo.jcircuitbreaker.exception

├─ net.secodo.jcircuitbreaker.exception.CircuitBreakerException.class - [JAR]

├─ net.secodo.jcircuitbreaker.exception.TaskExecutionException.class - [JAR]

net.secodo.jcircuitbreaker.breaker.execution

├─ net.secodo.jcircuitbreaker.breaker.execution.ExecutedTask.class - [JAR]

├─ net.secodo.jcircuitbreaker.breaker.execution.ExecutionContext.class - [JAR]

net.secodo.jcircuitbreaker.breakstrategy.impl.dsl

├─ net.secodo.jcircuitbreaker.breakstrategy.impl.dsl.DslAndStrategy.class - [JAR]

├─ net.secodo.jcircuitbreaker.breakstrategy.impl.dsl.DslOrStrategy.class - [JAR]

net.secodo.jcircuitbreaker.breaker.builder.impl

├─ net.secodo.jcircuitbreaker.breaker.builder.impl.ReusableCircuitBreakerBuilder.class - [JAR]

net.secodo.jcircuitbreaker.breakhandler.impl

├─ net.secodo.jcircuitbreaker.breakhandler.impl.ExceptionThrowingHandler.class - [JAR]

├─ net.secodo.jcircuitbreaker.breakhandler.impl.ExceptionThrowingHandlerMessageCallback.class - [JAR]

├─ net.secodo.jcircuitbreaker.breakhandler.impl.NoActionHandler.class - [JAR]

├─ net.secodo.jcircuitbreaker.breakhandler.impl.RetryHandlerException.class - [JAR]

├─ net.secodo.jcircuitbreaker.breakhandler.impl.RetryHandlerOnRetryCallback.class - [JAR]

├─ net.secodo.jcircuitbreaker.breakhandler.impl.ReturnStaticValueHandler.class - [JAR]

├─ net.secodo.jcircuitbreaker.breakhandler.impl.ReusableRetryHandler.class - [JAR]

├─ net.secodo.jcircuitbreaker.breakhandler.impl.SimpleHandlerFactory.class - [JAR]

├─ net.secodo.jcircuitbreaker.breakhandler.impl.StatefulRetryHandler.class - [JAR]

net.secodo.jcircuitbreaker.task

├─ net.secodo.jcircuitbreaker.task.Task.class - [JAR]

├─ net.secodo.jcircuitbreaker.task.VoidTask.class - [JAR]

net.secodo.jcircuitbreaker.breaker.builder

├─ net.secodo.jcircuitbreaker.breaker.builder.BuilderValidationException.class - [JAR]

Advertisement