Uses of Class
io.smallrye.faulttolerance.core.circuit.breaker.CircuitBreakerEvents.StateTransition
-
Packages that use CircuitBreakerEvents.StateTransition Package Description io.smallrye.faulttolerance.core.apiimpl io.smallrye.faulttolerance.core.circuit.breaker -
-
Uses of CircuitBreakerEvents.StateTransition in io.smallrye.faulttolerance.core.apiimpl
Methods in io.smallrye.faulttolerance.core.apiimpl that return types with arguments of type CircuitBreakerEvents.StateTransition Modifier and Type Method Description Consumer<CircuitBreakerEvents.StateTransition>BasicCircuitBreakerMaintenanceImpl. stateTransitionEventHandler(String name) -
Uses of CircuitBreakerEvents.StateTransition in io.smallrye.faulttolerance.core.circuit.breaker
Methods in io.smallrye.faulttolerance.core.circuit.breaker that return CircuitBreakerEvents.StateTransition Modifier and Type Method Description static CircuitBreakerEvents.StateTransitionCircuitBreakerEvents.StateTransition. valueOf(String name)Returns the enum constant of this type with the specified name.static CircuitBreakerEvents.StateTransition[]CircuitBreakerEvents.StateTransition. values()Returns an array containing the constants of this enum type, in the order they are declared.
-