public static final class ExponentialBackoffRetry.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ExponentialBackoffRetry |
build() |
ExponentialBackoffRetry.Builder |
setBaseSleepTime(TimeDuration baseSleepTime) |
ExponentialBackoffRetry.Builder |
setMaxAttempts(int maxAttempts) |
ExponentialBackoffRetry.Builder |
setMaxSleepTime(TimeDuration maxSleepTime) |
public ExponentialBackoffRetry.Builder setMaxAttempts(int maxAttempts)
public ExponentialBackoffRetry.Builder setBaseSleepTime(TimeDuration baseSleepTime)
public ExponentialBackoffRetry.Builder setMaxSleepTime(TimeDuration maxSleepTime)
public ExponentialBackoffRetry build()
Copyright © 2017–2023 The Apache Software Foundation. All rights reserved.