Interface | Description |
---|---|
AsyncExecutionInternal<R> |
Internal async execution APIs.
|
DelayablePolicy<R> |
A policy that can be delayed between executions.
|
ExecutionInternal<R> |
Internal execution APIs.
|
FailurePolicy<R> |
A policy that can handle specifically configured failures.
|
Scheduler |
Schedules executions.
|
SyncExecutionInternal<R> |
Internal execution APIs.
|
Class | Description |
---|---|
DefaultScheduledFuture<R> |
A default ScheduledFuture implementation.
|
ExecutionResult<R> |
This class represents the internal result of an execution attempt for zero or more policies, before or after the
policy has handled the result.
|
FailsafeFuture<R> |
A CompletableFuture implementation that propagates cancellations and calls completion handlers.
|
PolicyExecutor<R> |
Handles execution and execution results according to a policy.
|
Copyright © 2022. All rights reserved.