Package | Description |
---|---|
dev.failsafe |
APIs for performing failsafe executions.
|
dev.failsafe.spi |
The Failsafe Service Provider Interface (SPI).
|
Modifier and Type | Method and Description |
---|---|
static <R> Execution<R> |
Execution.of(Policy<R> outerPolicy,
Policy<R>... policies)
Creates a new
Execution that will use the outerPolicy and innerPolicies to handle
failures. |
Modifier and Type | Interface and Description |
---|---|
interface |
SyncExecutionInternal<R>
Internal execution APIs.
|
Copyright © 2022. All rights reserved.