| Modifier and Type | Field and Description |
|---|---|
CircuitBreakerState |
CircuitBreakerStateChanged.targetState
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static CircuitBreakerState |
CircuitBreakerState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CircuitBreakerState[] |
CircuitBreakerState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
CircuitBreakerStateChanged(Class<?> clazz,
Method method,
CircuitBreakerState targetState)
Deprecated.
|
Copyright © 2018–2020. All rights reserved.