Uses of Enum Class
io.github.teceli.resiliencia.patterns.circuitbreaker.CircuitBreakerEvent.RejectingPhase
Packages that use CircuitBreakerEvent.RejectingPhase
Package
Description
-
Uses of CircuitBreakerEvent.RejectingPhase in io.github.teceli.resiliencia.metrics.circuitbreaker
Methods in io.github.teceli.resiliencia.metrics.circuitbreaker that return CircuitBreakerEvent.RejectingPhaseModifier and TypeMethodDescriptionCircuitBreakerCounters.Rejected.phase()Returns the value of thephaserecord component.Constructors in io.github.teceli.resiliencia.metrics.circuitbreaker with parameters of type CircuitBreakerEvent.RejectingPhaseModifierConstructorDescriptionRejected(String name, CircuitBreakerEvent.RejectingPhase phase) Creates an instance of aRejectedrecord class. -
Uses of CircuitBreakerEvent.RejectingPhase in io.github.teceli.resiliencia.patterns.circuitbreaker
Methods in io.github.teceli.resiliencia.patterns.circuitbreaker that return CircuitBreakerEvent.RejectingPhaseModifier and TypeMethodDescriptionCircuitBreakerEvent.Rejected.phase()Returns the value of thephaserecord component.Returns the enum constant of this class with the specified name.static CircuitBreakerEvent.RejectingPhase[]CircuitBreakerEvent.RejectingPhase.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.github.teceli.resiliencia.patterns.circuitbreaker with parameters of type CircuitBreakerEvent.RejectingPhaseModifierConstructorDescriptionRejected(Instant timestamp, String name, CircuitBreakerEvent.RejectingPhase phase) Creates an instance of aRejectedrecord class.