Package feign
Class Retryer.Default
- java.lang.Object
-
- feign.Retryer.Default
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface feign.Retryer
Retryer.Default
-
-
Field Summary
-
Fields inherited from interface feign.Retryer
NEVER_RETRY
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Retryer
clone()
void
continueOrPropagate(RetryableException e)
if retry is permitted, return (possibly after sleeping).protected long
currentTimeMillis()
-
-
-
Method Detail
-
currentTimeMillis
protected long currentTimeMillis()
-
continueOrPropagate
public void continueOrPropagate(RetryableException e)
Description copied from interface:Retryer
if retry is permitted, return (possibly after sleeping). Otherwise propagate the exception.- Specified by:
continueOrPropagate
in interfaceRetryer
-
-