public class Retry extends Object
| Constructor and Description |
|---|
Retry() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
execute(RetryCall retryCall,
int retries,
long delay,
boolean exponential) |
public static boolean execute(RetryCall retryCall, int retries, long delay, boolean exponential) throws InterruptedException
InterruptedExceptionCopyright © 2020. All rights reserved.