@API(status=EXPERIMENTAL)
public interface CircuitBreakerListener
| Modifier and Type | Field and Description |
|---|---|
static CircuitBreakerListener |
DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
default void |
onClose() |
default void |
onHalfOpen() |
default void |
onOpen() |
static final CircuitBreakerListener DEFAULT
Copyright © 2015–2020 Zalando SE. All rights reserved.