javadoc
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user