C

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.
https://github.com/Derek-Ashmore/CircuitBreaker
The Apache Software License, Version 2.0
Derek C. Ashmore
Files download
File Operation
CircuitBreaker-1.0.0-rc2.jar download
CircuitBreaker-1.0.0-rc2.pom download
CircuitBreaker-1.0.0-rc2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.force66</groupId>
  <artifactId>CircuitBreaker</artifactId>
  <version>1.0.0-rc2</version>
</dependency>
Gradle Groovy
implementation 'org.force66:CircuitBreaker:1.0.0-rc2'
Gradle Kotlin
implementation("org.force66:CircuitBreaker:1.0.0-rc2")
Scala SBT
libraryDependencies += "org.force66" % "CircuitBreaker" % "1.0.0-rc2"
Groovy Grape
@Grapes(
  @Grab(group='org.force66', module='CircuitBreaker', version='1.0.0-rc2')
)
Apache Ivy
<dependency org="org.force66" name="CircuitBreaker" rev="1.0.0-rc2" />
Leiningen
[org.force66/CircuitBreaker "1.0.0-rc2"]
Apache Buildr
'org.force66:CircuitBreaker:jar:1.0.0-rc2'