@NonNullApi
See: Description
| Class | Description |
|---|---|
| JsrChunkProcessor<I,O> |
ChunkProcessor implementation that implements JSR-352's chunking pattern
(read and process in a loop until the chunk is complete then write). |
| JsrChunkProvider<T> |
A no-op
ChunkProvider. |
| JsrFaultTolerantChunkProcessor<I,O> |
Extension of the
JsrChunkProcessor that adds skip and retry functionality. |