Uses of Class
dev.failsafe.SyncExecutionImpl
Packages that use SyncExecutionImpl
-
Uses of SyncExecutionImpl in dev.failsafe
Fields in dev.failsafe declared as SyncExecutionImplMethods in dev.failsafe that return SyncExecutionImplMethods in dev.failsafe that return types with arguments of type SyncExecutionImplModifier and TypeMethodDescription(package private) static <R> Function
<SyncExecutionImpl<R>, ExecutionResult<R>> Functions.get
(ContextualSupplier<R, R> supplier, Executor executor) Returns a Supplier for synchronous executions that pre-executes theexecution
, applies thesupplier
, records the result and returns the result.Methods in dev.failsafe with parameters of type SyncExecutionImplModifier and TypeMethodDescription(package private) void
CallImpl.setExecution
(SyncExecutionImpl<R> execution) Constructors in dev.failsafe with parameters of type SyncExecutionImplModifierConstructorDescriptionprivate
SyncExecutionImpl
(SyncExecutionImpl<R> execution) Create a sync execution for a new attempt.