|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Retryer
Created for each invocation to Client.execute(Request, feign.Request.Options)
.
Implementations may keep state to determine if retry operations should
continue or not.
Nested Class Summary | |
---|---|
static class |
Retryer.Default
|
Method Summary | |
---|---|
void |
continueOrPropagate(RetryableException e)
if retry is permitted, return (possibly after sleeping). |
Method Detail |
---|
void continueOrPropagate(RetryableException e)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |