Class CircuitBreakerStateChangedEvent


  • public class CircuitBreakerStateChangedEvent
    extends java.lang.Object
    Indicates a circuit breaker's state changed.
    • Constructor Detail

      • CircuitBreakerStateChangedEvent

        public CircuitBreakerStateChangedEvent​(CircuitBreaker.State previousState)
    • Method Detail

      • getPreviousState

        public CircuitBreaker.State getPreviousState()
        Returns the previous state of the circuit breaker.