Class JsrChunkProvider<T>

  • Type Parameters:
    T - The type of input for the step
    All Implemented Interfaces:
    ChunkProvider<T>

    public class JsrChunkProvider<T>
    extends java.lang.Object
    implements ChunkProvider<T>
    A no-op ChunkProvider. The JSR-352 chunking model does not cache the input as the regular Spring Batch implementations do so this component is not needed within a chunking loop.
    Author:
    Michael Minella