| Package | Description |
|---|---|
| net.jodah.failsafe |
Core Failsafe APIs for performing failsafe executions.
|
| 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.
|
Copyright © 2018. All rights reserved.