public static class ExponentialTimeBackoff.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
ExponentialTimeBackoff.Builder |
blocking(boolean blocking)
Flag whether waiting is blocking or not
|
ExponentialTimeBackoff |
build() |
ExponentialTimeBackoff.Builder |
maxBackoff(long maxBackoffMillis)
Maximum wait time is
maxBackoffMillis + rand(1000) |
public ExponentialTimeBackoff.Builder blocking(boolean blocking)
public ExponentialTimeBackoff.Builder maxBackoff(long maxBackoffMillis)
maxBackoffMillis + rand(1000)public ExponentialTimeBackoff build()
Copyright © 2022. All rights reserved.