| Package | Description |
|---|---|
| net.jodah.failsafe |
Core Failsafe APIs for performing failsafe executions.
|
| Modifier and Type | Method and Description |
|---|---|
Ratio |
CircuitBreaker.getFailureThreshold()
Gets the ratio of successive failures that must occur when in a closed state in order to open the circuit else
null if none has been configured. |
Ratio |
CircuitBreaker.getSuccessThreshold()
Gets the ratio of successive successful executions that must occur when in a half-open state in order to close the
circuit else
null if none has been configured. |
Copyright © 2017. All Rights Reserved.