| Package | Description |
|---|---|
| net.jodah.failsafe |
Core Failsafe APIs for performing failsafe executions.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> SyncFailsafe<T> |
Failsafe.with(CircuitBreaker circuitBreaker)
Creates and returns a new SyncFailsafe instance that will perform executions and retries synchronously according to
the
circuitBreaker. |
static <T> SyncFailsafe<T> |
Failsafe.with(RetryPolicy retryPolicy)
Creates and returns a new SyncFailsafe instance that will perform executions and retries synchronously according to
the
retryPolicy. |
Copyright © 2017. All Rights Reserved.