| Package | Description |
|---|---|
| dev.failsafe |
APIs for performing failsafe executions.
|
| Modifier and Type | Method and Description |
|---|---|
FallbackConfig<R> |
Fallback.getConfig()
Returns the
FallbackConfig that the Fallback was built with. |
| Modifier and Type | Method and Description |
|---|---|
static <R> FallbackBuilder<R> |
Fallback.builder(FallbackConfig<R> config)
Creates a new FallbackBuilder that will be based on the
config. |
Copyright © 2022. All rights reserved.