jar

com.github.norwae : circuit4stream_2.12

Maven & Gradle

May 10, 2019
0 stars

circuit4stream · This module packages a circuit breaker that can be used to avoid overloading or otherwise depending on a temporarily unavailable (remote) system. The central use of the circuit breaker is to prevent failures from one system to cascade to other systems in an unchecked manner. Thus, our implementation is chiefly concerned with replacing a failing component with another component that fails in a very predictable manner. These failures are not "dropped" or otherwise made invisible, and still need to be handled, but they will occur in a predictable, and hopefully usable manner.

Table Of Contents

Latest Version

Download com.github.norwae : circuit4stream_2.12 JAR file - Latest Versions:

All Versions

Download com.github.norwae : circuit4stream_2.12 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 circuit4stream_2.12-1.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.norwae.circuit4stream

├─ com.github.norwae.circuit4stream.CircuitBreaker.class - [JAR]

├─ com.github.norwae.circuit4stream.CircuitBreakerMode.class - [JAR]

├─ com.github.norwae.circuit4stream.CircuitBreakerSettings.class - [JAR]

├─ com.github.norwae.circuit4stream.CircuitBreakerStage.class - [JAR]

├─ com.github.norwae.circuit4stream.ResetSettings.class - [JAR]

├─ com.github.norwae.circuit4stream.Tolerance.class - [JAR]

Advertisement