|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ExponentialBackOffPolicy | |
|---|---|
| org.springframework.retry.backoff | Infrastructure implementations of retry backoff concerns. |
| Uses of ExponentialBackOffPolicy in org.springframework.retry.backoff |
|---|
| Subclasses of ExponentialBackOffPolicy in org.springframework.retry.backoff | |
|---|---|
class |
ExponentialRandomBackOffPolicy
Implementation of ExponentialBackOffPolicy that
chooses a random multiple of the interval. |
| Methods in org.springframework.retry.backoff that return ExponentialBackOffPolicy | |
|---|---|
protected ExponentialBackOffPolicy |
ExponentialRandomBackOffPolicy.newInstance()
|
protected ExponentialBackOffPolicy |
ExponentialBackOffPolicy.newInstance()
|
ExponentialBackOffPolicy |
ExponentialBackOffPolicy.withSleeper(Sleeper sleeper)
|
| Methods in org.springframework.retry.backoff with parameters of type ExponentialBackOffPolicy | |
|---|---|
protected void |
ExponentialBackOffPolicy.cloneValues(ExponentialBackOffPolicy target)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||