Package io.smallrye.faulttolerance.api
-
Interface Summary Interface Description CircuitBreakerMaintenance Allows reading current state of circuit breakers and reseting them to the initial (closed) state. -
Enum Summary Enum Description CircuitBreakerState -
Annotation Types Summary Annotation Type Description CircuitBreakerName A@CircuitBreakermethod can be annotated@CircuitBreakerNameto provide a name for the circuit breaker associated with the annotated method.