Uses of Class
dev.failsafe.CallImpl
Packages that use CallImpl
-
Uses of CallImpl in dev.failsafe
Fields in dev.failsafe declared as CallImplConstructors in dev.failsafe with parameters of type CallImplModifierConstructorDescription(package private)
SyncExecutionImpl
(FailsafeExecutor<R> executor, Scheduler scheduler, CallImpl<R> call, Function<SyncExecutionInternal<R>, ExecutionResult<R>> innerFn) Create a sync execution for theexecutor
.