Retryer.Default| Constructor and Description |
|---|
Retryer.Default() |
Retryer.Default(long period,
long maxPeriod,
int maxAttempts) |
| Modifier and Type | Method and Description |
|---|---|
Retryer |
clone() |
void |
continueOrPropagate(RetryableException e)
if retry is permitted, return (possibly after sleeping).
|
protected long |
currentTimeMillis() |
public Retryer.Default()
public Retryer.Default(long period,
long maxPeriod,
int maxAttempts)
protected long currentTimeMillis()
public void continueOrPropagate(RetryableException e)
RetryercontinueOrPropagate in interface Retryer