public final class EqualJitterBackoffStrategy extends Object implements BackoffStrategy
| Modifier and Type | Class and Description |
|---|---|
static interface |
EqualJitterBackoffStrategy.Builder |
RETRIES_ATTEMPTED_CEILING| Modifier and Type | Method and Description |
|---|---|
static EqualJitterBackoffStrategy.Builder |
builder() |
Duration |
computeDelayBeforeNextRetry(RetryPolicyContext context) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcalculateExponentialDelay, defaultStrategy, defaultThrottlingStrategy, nonepublic Duration computeDelayBeforeNextRetry(RetryPolicyContext context)
computeDelayBeforeNextRetry in interface BackoffStrategypublic static EqualJitterBackoffStrategy.Builder builder()
Copyright © 2022. All rights reserved.