Package com.github.sonus21.rqueue.utils.backoff
-
Interface Summary Interface Description TaskExecutionBackOff -
Class Summary Class Description ExponentialTaskExecutionBackOff Implementation of theTaskExecutionBackOffclass, that increases the delay exponentially at the specified rate.FixedTaskExecutionBackOff Implementation of theTaskExecutionBackOffclass, that always return the same value, except if number of failures have increased too high.