Package | Description |
---|---|
dev.failsafe.spi |
The Failsafe Service Provider Interface (SPI).
|
Modifier and Type | Method and Description |
---|---|
SyncExecutionInternal<R> |
SyncExecutionInternal.copy()
Returns a new copy of the SyncExecutionInternal if it is not standalone, else returns
this since standalone
executions are referenced externally and cannot be replaced. |
Modifier and Type | Method and Description |
---|---|
Function<SyncExecutionInternal<R>,ExecutionResult<R>> |
PolicyExecutor.apply(Function<SyncExecutionInternal<R>,ExecutionResult<R>> innerFn,
Scheduler scheduler)
Performs an execution by calling pre-execute else calling the supplier and doing a post-execute.
|
Modifier and Type | Method and Description |
---|---|
Function<SyncExecutionInternal<R>,ExecutionResult<R>> |
PolicyExecutor.apply(Function<SyncExecutionInternal<R>,ExecutionResult<R>> innerFn,
Scheduler scheduler)
Performs an execution by calling pre-execute else calling the supplier and doing a post-execute.
|
Copyright © 2022. All rights reserved.