Annotation Interface CircuitBreaker


Variation of Retryable that implements the Circuit Breaker pattern. Has higher overhead than Retryable as a CircuitState has to be maintained for each method call
Since:
1.0
Author:
graemerocher