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.
Interface defined for processing
Chunk
s.- Since:
- 2.0
- Author:
- Kyeonghoon Lee (Add FunctionalInterface annotation)
-
Method Summary
-
Method Details
-
process
- Throws:
Exception
-