@Experimental public interface CircuitBreakerStateListener
| Modifier and Type | Method and Description |
|---|---|
void |
onCircuitBreakerStateChange(CircuitBreakerStateChangeEvent event)
Event handler for circuit breaker state change events.
|
void onCircuitBreakerStateChange(CircuitBreakerStateChangeEvent event)
event - the state change event containing previous state, new state, and the circuit breaker instanceCopyright © 2026 lettuce.io. All rights reserved.