public interface ChunkProvider<T>
Chunks to be processed, used by the
ChunkOrientedTaskletChunkOrientedTasklet| 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.Exceptionvoid postProcess(StepContribution contribution, Chunk<T> chunk)