Uses of Interface
dev.failsafe.AsyncExecution
Packages that use AsyncExecution
Package
Description
APIs for performing failsafe executions.
Functional interface types.
The Failsafe Service Provider Interface (SPI).
-
Uses of AsyncExecution in dev.failsafe
Classes in dev.failsafe that implement AsyncExecutionModifier and TypeClassDescription(package private) final class
AsyncExecution and AsyncExecutionInternal implementation. -
Uses of AsyncExecution in dev.failsafe.function
Methods in dev.failsafe.function with parameters of type AsyncExecutionModifier and TypeMethodDescriptionAsyncSupplier.get
(AsyncExecution<R> execution) void
AsyncRunnable.run
(AsyncExecution<R> execution) -
Uses of AsyncExecution in dev.failsafe.spi
Subinterfaces of AsyncExecution in dev.failsafe.spiModifier and TypeInterfaceDescriptioninterface
Internal async execution APIs.