Class CircuitBreakerStateChangedEvent
java.lang.Object
dev.failsafe.event.CircuitBreakerStateChangedEvent
Indicates a circuit breaker's state changed.
- Author:
- Jonathan Halterman
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the previous state of the circuit breaker.
-
Constructor Details
-
CircuitBreakerStateChangedEvent
-
-
Method Details
-
getPreviousState
Returns the previous state of the circuit breaker.
-