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