public interface Retryer
extends java.lang.Cloneable
Client.execute(Request, feign.Request.Options).
Implementations may keep state to determine if retry operations should continue or not.| Modifier and Type | Interface and Description |
|---|---|
static class |
Retryer.Default |
| Modifier and Type | Method and Description |
|---|---|
Retryer |
clone() |
void |
continueOrPropagate(RetryableException e)
if retry is permitted, return (possibly after sleeping).
|
void continueOrPropagate(RetryableException e)
Retryer clone()