Uses of Class
dev.failsafe.ExecutionImpl
-
Packages that use ExecutionImpl Package Description dev.failsafe APIs for performing failsafe executions. -
-
Uses of ExecutionImpl in dev.failsafe
Subclasses of ExecutionImpl in dev.failsafe Modifier and Type Class Description (package private) class
AsyncExecutionImpl<R>
AsyncExecution and AsyncExecutionInternal implementation.(package private) class
SyncExecutionImpl<R>
SyncExecution and SyncExecutionInternal implementation.Constructors in dev.failsafe with parameters of type ExecutionImpl Constructor Description ExecutionImpl(ExecutionImpl<R> execution)
Create an execution for a new attempt.
-