Retryer.Default
NEVER_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)
Retryer
continueOrPropagate
in interface Retryer
Copyright © 2012–2020 OpenFeign. All rights reserved.