Summer.Batch.Core.Step.Item.IChunkProvider< TT > Interface Template Reference

Interface for providing Chunks to be processed, used by the T:ChunkOrientedTasklet. More...

Public Member Functions

Chunk< TT > Provide (StepContribution contribution)
 Provides the chunk. More...
 
void PostProcess (StepContribution contribution, Chunk< TT > chunk)
 Post-processing operation support. More...
 

Detailed Description

Interface for providing Chunks to be processed, used by the T:ChunkOrientedTasklet.

Template Parameters
TT 

Member Function Documentation

void Summer.Batch.Core.Step.Item.IChunkProvider< TT >.PostProcess ( StepContribution  contribution,
Chunk< TT >  chunk 
)

Post-processing operation support.

Parameters
contribution
chunk

Provides the chunk.

Parameters
contribution
Returns
Exceptions
Exception 

The documentation for this interface was generated from the following file:
  • Summer.Batch.Core/Core/Step/Item/IChunkProvider.cs