public class ExponentialBackoff extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
ExponentialBackoff.Job |
| Constructor and Description |
|---|
ExponentialBackoff() |
| Modifier and Type | Method and Description |
|---|---|
static void |
retryAfter(long initialDelay,
long maxDelay,
double factor,
String jobDescription,
ExponentialBackoff.Job job) |
public static void retryAfter(long initialDelay,
long maxDelay,
double factor,
String jobDescription,
ExponentialBackoff.Job job)
throws InterruptedException
InterruptedExceptionCopyright © 2021. All Rights Reserved.