Uses of Class
io.smallrye.faulttolerance.core.circuit.breaker.CircuitBreakerEvents.State
-
Packages that use CircuitBreakerEvents.State Package Description io.smallrye.faulttolerance.core.circuit.breaker -
-
Uses of CircuitBreakerEvents.State in io.smallrye.faulttolerance.core.circuit.breaker
Fields in io.smallrye.faulttolerance.core.circuit.breaker declared as CircuitBreakerEvents.State Modifier and Type Field Description CircuitBreakerEvents.StateCircuitBreakerEvents.StateTransition. targetStateMethods in io.smallrye.faulttolerance.core.circuit.breaker that return CircuitBreakerEvents.State Modifier and Type Method Description static CircuitBreakerEvents.StateCircuitBreakerEvents.State. valueOf(String name)Returns the enum constant of this type with the specified name.static CircuitBreakerEvents.State[]CircuitBreakerEvents.State. values()Returns an array containing the constants of this enum type, in the order they are declared.
-