Uses of Enum
io.smallrye.faulttolerance.core.circuit.breaker.CircuitBreakerEvents.StateTransition
Packages that use CircuitBreakerEvents.StateTransition
Package
Description
-
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.StateTransitionModifier and TypeMethodDescriptionBasicCircuitBreakerMaintenanceImpl.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.StateTransitionModifier and TypeMethodDescriptionReturns 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.