Retryer.DefaultNEVER_RETRY| Constructor and Description |
|---|
Default() |
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 Default()
public Default(long period,
long maxPeriod,
int maxAttempts)
protected long currentTimeMillis()
public void continueOrPropagate(RetryableException e)
RetryercontinueOrPropagate in interface RetryerCopyright © 2012–2016 OpenFeign. All rights reserved.