public interface RepeatCallback
RepeatOperations| Modifier and Type | Method and Description | 
|---|---|
RepeatStatus | 
doInIteration(RepeatContext context)
Implementations return true if they can continue processing - e.g. 
 | 
RepeatStatus doInIteration(RepeatContext context) throws java.lang.Exception
context - the current context passed in by the caller.RepeatStatus which is continuable if there is (or may
 be) more data to process.java.lang.Exception - if there is a problem with the processing.