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