Uses of Enum Class
io.helidon.faulttolerance.CircuitBreaker.State
Packages that use CircuitBreaker.State
Package
Description
Fault tolerance for Helidon SE reactive implementation.
-
Uses of CircuitBreaker.State in io.helidon.faulttolerance
Methods in io.helidon.faulttolerance that return CircuitBreaker.StateModifier 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.Methods in io.helidon.faulttolerance with parameters of type CircuitBreaker.StateModifier and TypeMethodDescriptionvoid
CircuitBreaker.state
(CircuitBreaker.State newState) Set state of this circuit breaker.