Interface ChunkProvider<T>
- All Known Implementing Classes:
FaultTolerantChunkProvider,SimpleChunkProvider
public interface ChunkProvider<T>
Interface for providing
Chunks to be processed,
used by the ChunkOrientedTasklet- Since:
- 2.0
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoidpostProcess(StepContribution contribution, Chunk<T> chunk) provide(StepContribution contribution)
-
Method Details
-
provide
- Throws:
Exception
-
postProcess
-