public static interface CrateCircuitBreakerService.Listener
Modifier and Type | Method and Description |
---|---|
void |
onBreakerChanged(org.elasticsearch.common.breaker.CircuitBreaker breaker)
Callback that is called whenever the settings of a breaker had changed.
|