Package | Description |
---|---|
dev.failsafe |
APIs for performing failsafe executions.
|
dev.failsafe.event |
Event listener types.
|
Modifier and Type | Method and Description |
---|---|
CircuitBreaker.State |
CircuitBreaker.getState()
Gets the state of the circuit.
|
static CircuitBreaker.State |
CircuitBreaker.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CircuitBreaker.State[] |
CircuitBreaker.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CircuitBreaker.State |
CircuitBreakerStateChangedEvent.getPreviousState()
Returns the previous state of the circuit breaker.
|
Constructor and Description |
---|
CircuitBreakerStateChangedEvent(CircuitBreaker.State previousState) |
Copyright © 2022. All rights reserved.