Uses of Package
dev.failsafe.spi
-
Packages that use dev.failsafe.spi Package Description dev.failsafe APIs for performing failsafe executions.dev.failsafe.internal dev.failsafe.internal.util dev.failsafe.spi The Failsafe Service Provider Interface (SPI). -
Classes in dev.failsafe.spi used by dev.failsafe Class Description AsyncExecutionInternal Internal async execution APIs.ExecutionInternal Internal execution APIs.ExecutionResult This class represents the internal result of an execution attempt for zero or more policies, before or after the policy has handled the result.FailsafeFuture A CompletableFuture implementation that propagates cancellations and calls completion handlers.PolicyExecutor Handles execution and execution results according to a policy.Scheduler Schedules executions.SyncExecutionInternal Internal execution APIs. -
Classes in dev.failsafe.spi used by dev.failsafe.internal Class Description AsyncExecutionInternal Internal async execution APIs.DelayablePolicy A policy that can be delayed between executions.ExecutionResult This class represents the internal result of an execution attempt for zero or more policies, before or after the policy has handled the result.FailsafeFuture A CompletableFuture implementation that propagates cancellations and calls completion handlers.FailurePolicy A policy that can handle specifically configured failures.PolicyExecutor Handles execution and execution results according to a policy.Scheduler Schedules executions.SyncExecutionInternal Internal execution APIs. -
Classes in dev.failsafe.spi used by dev.failsafe.internal.util Class Description Scheduler Schedules executions. -
Classes in dev.failsafe.spi used by dev.failsafe.spi Class Description AsyncExecutionInternal Internal async execution APIs.ExecutionInternal Internal execution APIs.ExecutionResult This class represents the internal result of an execution attempt for zero or more policies, before or after the policy has handled the result.FailsafeFuture A CompletableFuture implementation that propagates cancellations and calls completion handlers.FailurePolicy A policy that can handle specifically configured failures.PolicyExecutor Handles execution and execution results according to a policy.Scheduler Schedules executions.SyncExecutionInternal Internal execution APIs.