Package | Description |
---|---|
dev.failsafe.spi |
The Failsafe Service Provider Interface (SPI).
|
Modifier and Type | Interface and Description |
---|---|
interface |
AsyncExecutionInternal<R>
Internal async execution APIs.
|
interface |
SyncExecutionInternal<R>
Internal execution APIs.
|
Modifier and Type | Method and Description |
---|---|
ExecutionInternal<R> |
ExecutionInternal.getLatest()
Returns the most recent execution to be attempted.
|
Modifier and Type | Method and Description |
---|---|
ExecutionResult<R> |
PolicyExecutor.postExecute(ExecutionInternal<R> execution,
ExecutionResult<R> result)
Performs synchronous post-execution handling for a
result . |
void |
FailsafeFuture.setExecution(ExecutionInternal<R> execution)
Sets the
execution representing the most recent attempt, which will be cancelled if this future is
cancelled. |
Copyright © 2022. All rights reserved.