Uses of Interface
dev.failsafe.Execution
-
Packages that use Execution Package Description dev.failsafe APIs for performing failsafe executions.dev.failsafe.spi The Failsafe Service Provider Interface (SPI). -
-
Uses of Execution in dev.failsafe
Classes in dev.failsafe that implement Execution Modifier and Type Class Description (package private) classSyncExecutionImpl<R>SyncExecution and SyncExecutionInternal implementation.Methods in dev.failsafe that return Execution Modifier and Type Method Description static <R> Execution<R>Execution. of(Policy<R> outerPolicy, Policy<R>... policies)Creates a newExecutionthat will use theouterPolicyandinnerPoliciesto handle failures. -
Uses of Execution in dev.failsafe.spi
Subinterfaces of Execution in dev.failsafe.spi Modifier and Type Interface Description interfaceSyncExecutionInternal<R>Internal execution APIs.
-