Interface ChunkListener
- All Known Implementing Classes:
AbstractChunkListener
public interface ChunkListener
ChunkListener intercepts chunk processing.
-
Method Summary
Modifier and TypeMethodDescriptionvoidThe afterChunk method receives control after processing of the current chunk ends.voidThe beforeChunk method receives control before processing of the next chunk begins.voidThe onError method receives control before the chunk transaction is rolled back.
-
Method Details
-
beforeChunk
-
onError
-
afterChunk
-