Uses of Enum Class
io.github.teceli.resiliencia.metrics.circuitbreaker.CircuitBreakerSnapshot.Phase
Packages that use CircuitBreakerSnapshot.Phase
-
Uses of CircuitBreakerSnapshot.Phase in io.github.teceli.resiliencia.metrics.circuitbreaker
Methods in io.github.teceli.resiliencia.metrics.circuitbreaker that return CircuitBreakerSnapshot.PhaseModifier and TypeMethodDescriptionCircuitBreakerSnapshot.State.phase()Returns the value of thephaserecord component.CircuitBreakerCounters.Transition.to()Returns the value of thetorecord component.static CircuitBreakerSnapshot.PhaseReturns the enum constant of this class with the specified name.static CircuitBreakerSnapshot.Phase[]CircuitBreakerSnapshot.Phase.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.github.teceli.resiliencia.metrics.circuitbreaker with parameters of type CircuitBreakerSnapshot.PhaseModifierConstructorDescriptionState(String name, CircuitBreakerSnapshot.Phase phase) Creates an instance of aStaterecord class.Transition(String name, CircuitBreakerSnapshot.Phase to, CircuitBreakerEvent.Reason reason) Creates an instance of aTransitionrecord class.