This commit is contained in:
Josh Long
2016-02-12 17:12:40 +01:00
parent cacf5d25db
commit 004d277c81
33 changed files with 163 additions and 101 deletions

View File

@@ -26,9 +26,8 @@ public interface RecoveryCallback<T> {
/**
* @param context the current retry context
* @return an Object that can be used to replace the callback result that
* failed
* @throws Exception
* @return an Object that can be used to replace the callback result that failed
* @throws Exception when something goes wrong
*/
T recover(RetryContext context) throws Exception;