jar

org.force66 : CircuitBreaker

Maven & Gradle

Oct 04, 2015
0 stars

CircuitBreaker · Implementation of the circuit breaker pattern. This circuit operates like an electrical circuit in your house. If something goes wrong, the circuit "trips" and power is cut to outlets connected to that circuit.

Table Of Contents

Latest Version

Download org.force66 : CircuitBreaker JAR file - Latest Versions:

All Versions

Download org.force66 : CircuitBreaker JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

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

org.force66.circuit

├─ org.force66.circuit.CallableCircuit.class - [JAR]

├─ org.force66.circuit.Circuit.class - [JAR]

├─ org.force66.circuit.CircuitBreakerAlgorithm.class - [JAR]

├─ org.force66.circuit.CircuitException.class - [JAR]

├─ org.force66.circuit.CircuitState.class - [JAR]

├─ org.force66.circuit.DefaultCircuitBreakerAlgorithm.class - [JAR]

Advertisement