| Interface | Description |
|---|---|
| CircuitBreaker |
Interface for an object that can be incremented, breaking after some
configured limit has been reached.
|
| Class | Description |
|---|---|
| ChildMemoryCircuitBreaker |
Breaker that will check a parent's when incrementing
|
| MemoryCircuitBreaker |
MemoryCircuitBreaker is a circuit breaker that breaks once a
configurable memory limit has been reached.
|
| NoopCircuitBreaker |
A CircuitBreaker that doesn't increment or adjust, and all operations are
basically noops
|
| Enum | Description |
|---|---|
| CircuitBreaker.Type |
| Exception | Description |
|---|---|
| CircuitBreakingException |
Exception thrown when the circuit breaker trips
|