public interface ChunkProvider<T>
Chunk
s to be processed, used by the
ChunkOrientedTasklet
ChunkOrientedTasklet
Modifier and Type | Method and Description |
---|---|
void |
postProcess(StepContribution contribution,
Chunk<T> chunk) |
Chunk<T> |
provide(StepContribution contribution) |
Chunk<T> provide(StepContribution contribution) throws java.lang.Exception
java.lang.Exception
void postProcess(StepContribution contribution, Chunk<T> chunk)