Package dev.failsafe.event
Class CircuitBreakerStateChangedEvent
java.lang.Object
dev.failsafe.event.CircuitBreakerStateChangedEvent
Indicates a circuit breaker's state changed.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the previous state of the circuit breaker.
-
Field Details
-
previousState
-
-
Constructor Details
-
CircuitBreakerStateChangedEvent
-
-
Method Details
-
getPreviousState
Returns the previous state of the circuit breaker.
-