public final class FixedDelayBackoffStrategy extends Object implements BackoffStrategy
RETRIES_ATTEMPTED_CEILING| 限定符和类型 | 方法和说明 |
|---|---|
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 在接口中 BackoffStrategypublic static FixedDelayBackoffStrategy create(Duration fixedBackoff)
Copyright © 2023. All rights reserved.