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