| Package | Description |
|---|---|
| com.linecorp.armeria.client.circuitbreaker |
Failure detection and fallback mechanism based on
circuit breaker pattern.
|
| Modifier and Type | Method and Description |
|---|---|
static CircuitState |
CircuitState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CircuitState[] |
CircuitState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MetricCollectingCircuitBreakerListener.onStateChanged(String circuitBreakerName,
CircuitState state) |
void |
CircuitBreakerListenerAdapter.onStateChanged(String circuitBreakerName,
CircuitState state) |
void |
CircuitBreakerListener.onStateChanged(String circuitBreakerName,
CircuitState state)
Invoked when the circuit state is changed.
|
Copyright © 2020 LeanCloud. All rights reserved.