| Package | Description |
|---|---|
| org.rnorth.ducttape.circuitbreakers |
| Class and Description |
|---|
| Breaker
A Circuit Breaker, per http://martinfowler.com/bliki/CircuitBreaker.html[the pattern of the same name].
|
| BreakerBuilder
BreakerBuilder
A builder of
Breaker instances having any combination of the following features:
automatic reset after a configured period of time has passed since the last failure
configurable state storage, for example for use with a distributed map implementation
These features are optional; by default instances will be created with none of them. |
| State |
| StateStore
An external store for state which a
Breaker can use. |
Copyright © 2019. All rights reserved.