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.faulttolerance
Methods in io.helidon.faulttolerance that return CircuitBreaker.State Modifier and Type Method Description CircuitBreaker.State
CircuitBreaker. state()
Current breaker state.static CircuitBreaker.State
CircuitBreaker.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 void
CircuitBreaker. state(CircuitBreaker.State newState)
Set state of this circuit breaker.
-