Uses of Interface
org.sterl.spring.persistent_tasks.api.RetryStrategy
Packages that use RetryStrategy
Package
Description
-
Uses of RetryStrategy in org.sterl.spring.persistent_tasks.api
Classes in org.sterl.spring.persistent_tasks.api that implement RetryStrategyModifier and TypeClassDescriptionstatic class
A retry strategy that determines the next retry time by adding a fixed interval to the current time in the specified temporal unit.static class
A retry strategy that determines the next retry time by adding a fixed offset and the execution count to the current time in the specified temporal unit.static class
A retry strategy that determines the next retry time by multiplying the execution count by a scaling factor and adding the result to the current time in the specified temporal unit.Fields in org.sterl.spring.persistent_tasks.api declared as RetryStrategyModifier and TypeFieldDescriptionstatic final RetryStrategy
RetryStrategy.NO_RETRY
static final RetryStrategy
RetryStrategy.THREE_RETRIES
One initial execution and after that we will try it 3 more times.static final RetryStrategy
RetryStrategy.THREE_RETRIES_IMMEDIATELY
One initial execution and after that we will try it 3 more times. -
Uses of RetryStrategy in org.sterl.spring.persistent_tasks.api.task
Methods in org.sterl.spring.persistent_tasks.api.task that return RetryStrategy