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) classAsyncExecutionImpl<R>AsyncExecution and AsyncExecutionInternal implementation.(package private) classSyncExecutionImpl<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.
-