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) classAsyncExecutionImpl<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 TAsyncSupplier. get(AsyncExecution<R> execution)voidAsyncRunnable. run(AsyncExecution<R> execution) -
Uses of AsyncExecution in dev.failsafe.spi
Subinterfaces of AsyncExecution in dev.failsafe.spi Modifier and Type Interface Description interfaceAsyncExecutionInternal<R>Internal async execution APIs.
-