类 JsrChunkProvider<T>

  • 类型参数:
    T - The type of input for the step
    所有已实现的接口:
    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.
    作者:
    Michael Minella