| Interface | Description |
|---|---|
| Breaker |
A Circuit Breaker, per http://martinfowler.com/bliki/CircuitBreaker.html[the pattern of the same name].
|
| StateStore |
An external store for state which a
Breaker can use. |
| Class | Description |
|---|---|
| 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. |
| Enum | Description |
|---|---|
| State |
Copyright © 2019. All rights reserved.