T - The type of input for the steppublic class JsrChunkProvider<T> extends java.lang.Object implements ChunkProvider<T>
ChunkProvider. The JSR-352 chunking model does not cache the
input as the regular Spring Batch implementations do so this component is not
needed within a chunking loop.| Constructor and Description |
|---|
JsrChunkProvider() |
| Modifier and Type | Method and Description |
|---|---|
void |
postProcess(StepContribution contribution,
Chunk<T> chunk) |
Chunk<T> |
provide(StepContribution contribution) |
public Chunk<T> provide(StepContribution contribution) throws java.lang.Exception
provide in interface ChunkProvider<T>java.lang.Exceptionpublic void postProcess(StepContribution contribution, Chunk<T> chunk)
postProcess in interface ChunkProvider<T>