|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SleepingBackOffPolicy | |
---|---|
org.springframework.retry.backoff | Infrastructure implementations of retry backoff concerns. |
org.springframework.retry.support | Infrastructure implementations of retry support concerns. |
Uses of SleepingBackOffPolicy in org.springframework.retry.backoff |
---|
Classes in org.springframework.retry.backoff with type parameters of type SleepingBackOffPolicy | |
---|---|
interface |
SleepingBackOffPolicy<T extends SleepingBackOffPolicy<T>>
A interface which can be mixed in by BackOffPolicy s indicating that they sleep
when backing off. |
Classes in org.springframework.retry.backoff that implement SleepingBackOffPolicy | |
---|---|
class |
ExponentialBackOffPolicy
Implementation of BackOffPolicy that increases the back off period
for each retry attempt in a given set using the exponential function. |
class |
ExponentialRandomBackOffPolicy
Implementation of ExponentialBackOffPolicy that
chooses a random multiple of the interval. |
class |
FixedBackOffPolicy
Implementation of BackOffPolicy that pauses for a fixed period of
time before continuing. |
Uses of SleepingBackOffPolicy in org.springframework.retry.support |
---|
Constructors in org.springframework.retry.support with parameters of type SleepingBackOffPolicy | |
---|---|
RetrySimulator(SleepingBackOffPolicy<?> backOffPolicy,
RetryPolicy retryPolicy)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |