Class NestedRepeatCallback

java.lang.Object
org.springframework.batch.repeat.callback.NestedRepeatCallback
All Implemented Interfaces:
RepeatCallback

public class NestedRepeatCallback extends Object implements RepeatCallback
Callback that delegates to another callback, via a RepeatOperations instance. Useful when nesting or composing batches in one another, e.g. for breaking a batch down into chunks.
Author:
Dave Syer, Mahmoud Ben Hassine