public class CircuitBreakerStateChangedEvent extends Object
| Constructor and Description |
|---|
CircuitBreakerStateChangedEvent(CircuitBreaker.State previousState) |
| Modifier and Type | Method and Description |
|---|---|
CircuitBreaker.State |
getPreviousState()
Returns the previous state of the circuit breaker.
|
public CircuitBreakerStateChangedEvent(CircuitBreaker.State previousState)
public CircuitBreaker.State getPreviousState()
Copyright © 2022. All rights reserved.