Uses of Class
io.helidon.faulttolerance.CircuitBreaker.State
- 
Packages that use CircuitBreaker.State Package Description io.helidon.faulttolerance Fault tolerance for Helidon SE reactive implementation.
- 
- 
Uses of CircuitBreaker.State in io.helidon.faulttoleranceMethods in io.helidon.faulttolerance that return CircuitBreaker.State Modifier and Type Method Description CircuitBreaker.StateCircuitBreaker. state()Current breaker state.static CircuitBreaker.StateCircuitBreaker.State. valueOf(String name)Returns the enum constant of this type with the specified name.static CircuitBreaker.State[]CircuitBreaker.State. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.helidon.faulttolerance with parameters of type CircuitBreaker.State Modifier and Type Method Description voidCircuitBreaker. state(CircuitBreaker.State newState)Set state of this circuit breaker.
 
-