| Interface | Description |
|---|---|
| RetryPolicy |
Interface for any retry logic
|
| RetryPolicy.RetryPolicyFactory |
| Class | Description |
|---|---|
| BoundedExponentialBackoff |
Bounded exponential backoff that will wait for no more than a provided max amount of time.
|
| ConstantBackoff | |
| ExponentialBackoff |
Unbounded exponential backoff will sleep a random number of intervals within an
exponentially increasing number of intervals.
|
| IndefiniteRetry | |
| RetryNTimes | |
| RunOnce | |
| RunOnceRetryPolicyFactory | |
| SleepingRetryPolicy |
Base sleeping retry policy with optional count limit.
|