Interface ChunkProcessor<I>

All Known Implementing Classes:
FaultTolerantChunkProcessor, SimpleChunkProcessor

public interface ChunkProcessor<I>
Interface defined for processing Chunks.
Since:
2.0
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    process(StepContribution contribution, Chunk<I> chunk)