|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RetryNotifier
This interface is a callback that allows actions to be performed after each retry attempt, such as firing notifications, logging, etc.
| Method Summary | |
|---|---|
void |
onFailure(RetryContext context,
Throwable e)
Called each time a retry attempt fails. |
void |
onSuccess(RetryContext context)
Called when a retry attempt finally suceeds. |
| Method Detail |
|---|
void onFailure(RetryContext context,
Throwable e)
void onSuccess(RetryContext context)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||