Uses of Interface
dev.failsafe.spi.ExecutionInternal
Packages that use ExecutionInternal
-
Uses of ExecutionInternal in dev.failsafe.spi
Subinterfaces of ExecutionInternal in dev.failsafe.spiModifier and TypeInterfaceDescriptioninterfaceInternal async execution APIs.interfaceInternal execution APIs.Methods in dev.failsafe.spi that return ExecutionInternalModifier and TypeMethodDescriptionExecutionInternal.getLatest()Returns the most recent execution to be attempted.Methods in dev.failsafe.spi with parameters of type ExecutionInternalModifier and TypeMethodDescriptionPolicyExecutor.postExecute(ExecutionInternal<R> execution, ExecutionResult<R> result) Performs synchronous post-execution handling for aresult.voidFailsafeFuture.setExecution(ExecutionInternal<R> execution) Sets theexecutionrepresenting the most recent attempt, which will be cancelled if this future is cancelled.