Uses of Class
dev.failsafe.CallImpl
-
Packages that use CallImpl Package Description dev.failsafe APIs for performing failsafe executions. -
-
Uses of CallImpl in dev.failsafe
Fields in dev.failsafe declared as CallImpl Modifier and Type Field Description private CallImpl<R>
SyncExecutionImpl. call
Constructors in dev.failsafe with parameters of type CallImpl Constructor Description SyncExecutionImpl(FailsafeExecutor<R> executor, Scheduler scheduler, CallImpl<R> call, java.util.function.Function<SyncExecutionInternal<R>,ExecutionResult<R>> innerFn)
Create a sync execution for theexecutor
.
-