jar

pl.brightone.jcircuitbreaker : jcircuitbreaker-core

Maven & Gradle

Apr 20, 2017

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

Table Of Contents

Latest Version

Download pl.brightone.jcircuitbreaker : jcircuitbreaker-core JAR file - Latest Versions:

All Versions

Download pl.brightone.jcircuitbreaker : jcircuitbreaker-core JAR file - All Versions:

Version Vulnerabilities Size Updated
1.1
1.0

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.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

pl.brightone.jcircuitbreaker.breaker.execution

├─ pl.brightone.jcircuitbreaker.breaker.execution.ExecutedTask.class - [JAR]

├─ pl.brightone.jcircuitbreaker.breaker.execution.ExecutionContext.class - [JAR]

pl.brightone.jcircuitbreaker.breakstrategy

├─ pl.brightone.jcircuitbreaker.breakstrategy.BreakStrategy.class - [JAR]

├─ pl.brightone.jcircuitbreaker.breakstrategy.SimpleStrategyDsl.class - [JAR]

pl.brightone.jcircuitbreaker.breakstrategy.impl

├─ pl.brightone.jcircuitbreaker.breakstrategy.impl.TooLongCurrentAverageExecutionTimeStrategy.class - [JAR]

├─ pl.brightone.jcircuitbreaker.breakstrategy.impl.TooManyConcurrentExecutionsStrategy.class - [JAR]

pl.brightone.jcircuitbreaker.util

├─ pl.brightone.jcircuitbreaker.util.TimeUtil.class - [JAR]

pl.brightone.jcircuitbreaker.breakhandler.impl

├─ pl.brightone.jcircuitbreaker.breakhandler.impl.ExceptionThrowingHandler.class - [JAR]

├─ pl.brightone.jcircuitbreaker.breakhandler.impl.RetryHandler.class - [JAR]

├─ pl.brightone.jcircuitbreaker.breakhandler.impl.ReturnStaticValueHandler.class - [JAR]

pl.brightone.jcircuitbreaker.breakstrategy.impl.dsl

├─ pl.brightone.jcircuitbreaker.breakstrategy.impl.dsl.DslAndStrategy.class - [JAR]

├─ pl.brightone.jcircuitbreaker.breakstrategy.impl.dsl.DslOrStrategy.class - [JAR]

pl.brightone.jcircuitbreaker.breaker

├─ pl.brightone.jcircuitbreaker.breaker.CircuitBreaker.class - [JAR]

pl.brightone.jcircuitbreaker.breaker.execution.impl

├─ pl.brightone.jcircuitbreaker.breaker.execution.impl.DefaultExecutionContextImpl.class - [JAR]

pl.brightone.jcircuitbreaker.breaker.impl

├─ pl.brightone.jcircuitbreaker.breaker.impl.DefaultCircuitBreaker.class - [JAR]

├─ pl.brightone.jcircuitbreaker.breaker.impl.FixedCircuitBreaker.class - [JAR]

pl.brightone.jcircuitbreaker

├─ pl.brightone.jcircuitbreaker.CircuitBreakerException.class - [JAR]

├─ pl.brightone.jcircuitbreaker.JCircuitBreaker.class - [JAR]

pl.brightone.jcircuitbreaker.breakhandler

├─ pl.brightone.jcircuitbreaker.breakhandler.BreakHandler.class - [JAR]

├─ pl.brightone.jcircuitbreaker.breakhandler.BreakHandlerException.class - [JAR]