public static final class ExponentialBackoffRetry.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
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–2022 The Apache Software Foundation. All rights reserved.