| インタフェース | 説明 |
|---|---|
| CircuitBreaker |
Interface for an object that can be incremented, breaking after some
configured limit has been reached.
|
| クラス | 説明 |
|---|---|
| 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
|
| 列挙型 | 説明 |
|---|---|
| CircuitBreaker.Type |
| 例外 | 説明 |
|---|---|
| CircuitBreakingException |
Exception thrown when the circuit breaker trips
|
Copyright © 2009–2016. All rights reserved.