Interface ChunkProcessor<I>

All Known Implementing Classes:
FaultTolerantChunkProcessor, SimpleChunkProcessor
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface ChunkProcessor<I>
Interface defined for processing Chunks.
Since:
2.0
Author:
Kyeonghoon Lee (Add FunctionalInterface annotation)
  • Method Summary

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