org.springframework.batch.retry
Interface RecoveryCallback


public interface RecoveryCallback

Callback for stateful retry after all tries are exhausted.

Since:
1.1
Author:
Dave Syer

Method Summary
 Object recover(RetryContext context)
           
 

Method Detail

recover

Object recover(RetryContext context)
Parameters:
context - the current retry context
Returns:
an Object that can be used to replace the callback result that failed


Copyright © 2009 SpringSource. All Rights Reserved.