Annotation Interface CircuitBreaker
Annotation allow applying
CircuitBreaker to a specific method
When applied to method, method may throw CallNotPermittedException when all CircuitBreaker in OPEN state-
Required Element Summary
Required Elements
-
Element Details
-
value
String value- Returns:
- the name of the circuitBreaker breaker and part of the config path
-