Uses of Class
dev.failsafe.event.ExecutionScheduledEvent
-
Packages that use ExecutionScheduledEvent Package Description dev.failsafe APIs for performing failsafe executions.dev.failsafe.internal -
-
Uses of ExecutionScheduledEvent in dev.failsafe
Fields in dev.failsafe with type parameters of type ExecutionScheduledEvent Modifier and Type Field Description (package private) EventListener<ExecutionScheduledEvent<R>>RetryPolicyConfig. retryScheduledListenerMethods in dev.failsafe that return types with arguments of type ExecutionScheduledEvent Modifier and Type Method Description EventListener<ExecutionScheduledEvent<R>>RetryPolicyConfig. getRetryScheduledListener()Returns the retry scheduled event listener.Method parameters in dev.failsafe with type arguments of type ExecutionScheduledEvent Modifier and Type Method Description RetryPolicyBuilder<R>RetryPolicyBuilder. onRetryScheduled(EventListener<ExecutionScheduledEvent<R>> listener)Registers thelistenerto be called when a retry for an async call is about to be scheduled. -
Uses of ExecutionScheduledEvent in dev.failsafe.internal
Method parameters in dev.failsafe.internal with type arguments of type ExecutionScheduledEvent Modifier and Type Method Description static <R> EventHandler<R>EventHandler. ofExecutionScheduled(EventListener<ExecutionScheduledEvent<R>> handler)
-