Uses of Enum Class
io.helidon.faulttolerance.CircuitBreaker.State
-
Uses of CircuitBreaker.State in io.helidon.faulttolerance
Modifier and TypeMethodDescriptionCircuitBreaker.state()
Current breaker state.static CircuitBreaker.State
Returns the enum constant of this class with the specified name.static CircuitBreaker.State[]
CircuitBreaker.State.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
CircuitBreaker.state
(CircuitBreaker.State newState) Set state of this circuit breaker.