| Package | Description |
|---|---|
| net.jodah.failsafe |
Core Failsafe APIs for performing failsafe executions.
|
| Modifier and Type | Method and Description |
|---|---|
F |
FailsafeConfig.withFallback(CheckedFunction<? extends Throwable,? extends R> fallback)
Configures the
fallback action to be executed if execution fails. |
Copyright © 2018. All rights reserved.