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.

License

License

GroupId

GroupId

org.force66
ArtifactId

ArtifactId

CircuitBreaker
Last Version

Last Version

1.0.0-rc2
Release Date

Release Date

Type

Type

jar
Description

Description

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.
Project URL

Project URL

https://github.com/Derek-Ashmore/CircuitBreaker
Source Code Management

Source Code Management

https://github.com/Derek-Ashmore/CircuitBreaker.git

Download CircuitBreaker

How to add to project

<!-- https://jarcasting.com/artifacts/org.force66/CircuitBreaker/ -->
<dependency>
    <groupId>org.force66</groupId>
    <artifactId>CircuitBreaker</artifactId>
    <version>1.0.0-rc2</version>
</dependency>
// https://jarcasting.com/artifacts/org.force66/CircuitBreaker/
implementation 'org.force66:CircuitBreaker:1.0.0-rc2'
// https://jarcasting.com/artifacts/org.force66/CircuitBreaker/
implementation ("org.force66:CircuitBreaker:1.0.0-rc2")
'org.force66:CircuitBreaker:jar:1.0.0-rc2'
<dependency org="org.force66" name="CircuitBreaker" rev="1.0.0-rc2">
  <artifact name="CircuitBreaker" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.force66', module='CircuitBreaker', version='1.0.0-rc2')
)
libraryDependencies += "org.force66" % "CircuitBreaker" % "1.0.0-rc2"
[org.force66/CircuitBreaker "1.0.0-rc2"]

Dependencies

compile (1)

Group / Artifact Type Version
org.apache.commons : commons-lang3 jar 3.3.2

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.0-rc2
1.0.0-rc1