Uses of Class
dev.failsafe.SyncExecutionImpl
-
Packages that use SyncExecutionImpl Package Description dev.failsafe APIs for performing failsafe executions. -
-
Uses of SyncExecutionImpl in dev.failsafe
Fields in dev.failsafe declared as SyncExecutionImpl Modifier and Type Field Description private SyncExecutionImpl<R>
CallImpl. execution
Methods in dev.failsafe that return SyncExecutionImpl Modifier and Type Method Description SyncExecutionImpl<R>
SyncExecutionImpl. copy()
Methods in dev.failsafe that return types with arguments of type SyncExecutionImpl Modifier and Type Method Description (package private) static <R> java.util.function.Function<SyncExecutionImpl<R>,ExecutionResult<R>>
Functions. get(ContextualSupplier<R,R> supplier, java.util.concurrent.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 SyncExecutionImpl Modifier and Type Method Description (package private) void
CallImpl. setExecution(SyncExecutionImpl<R> execution)
Constructors in dev.failsafe with parameters of type SyncExecutionImpl Constructor Description SyncExecutionImpl(SyncExecutionImpl<R> execution)
Create a sync execution for a new attempt.
-