|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfeign.Retryer.Default
public static class Retryer.Default
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface feign.Retryer |
---|
Retryer.Default |
Constructor Summary | |
---|---|
Retryer.Default()
|
|
Retryer.Default(long period,
long maxPeriod,
int maxAttempts)
|
Method Summary | |
---|---|
void |
continueOrPropagate(RetryableException e)
if retry is permitted, return (possibly after sleeping). |
protected long |
currentTimeMillis()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Retryer.Default()
public Retryer.Default(long period, long maxPeriod, int maxAttempts)
Method Detail |
---|
protected long currentTimeMillis()
public void continueOrPropagate(RetryableException e)
Retryer
continueOrPropagate
in interface Retryer
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |