Package | Description |
---|---|
org.springframework.retry.backoff |
Infrastructure implementations of retry backoff concerns.
|
Modifier and Type | Class and Description |
---|---|
class |
ExponentialRandomBackOffPolicy
Implementation of
ExponentialBackOffPolicy
that chooses a random multiple of the interval that would come from a simple
deterministic exponential. |
Modifier and Type | Method and Description |
---|---|
protected ExponentialBackOffPolicy |
ExponentialRandomBackOffPolicy.newInstance() |
protected ExponentialBackOffPolicy |
ExponentialBackOffPolicy.newInstance() |
ExponentialBackOffPolicy |
ExponentialBackOffPolicy.withSleeper(Sleeper sleeper) |
Modifier and Type | Method and Description |
---|---|
protected void |
ExponentialBackOffPolicy.cloneValues(ExponentialBackOffPolicy target) |
Copyright © 2018 SpringSource. All rights reserved.