public interface BackoffStrategy
RetryPolicy that defines a strategy for backing off between retries.| Modifier and Type | Method and Description |
|---|---|
long |
computeDelayBeforeNextRetry(int retryIndex)
Compute the delay before the next retry request.
|
long computeDelayBeforeNextRetry(int retryIndex)
Copyright © 2023. All rights reserved.