Class JsrSimpleStepBuilder<I,​O>

  • Type Parameters:
    I - The input type for the step
    O - The output type for the step

    public class JsrSimpleStepBuilder<I,​O>
    extends SimpleStepBuilder<I,​O>
    A step builder that extends the FaultTolerantStepBuilder to create JSR-352 specific ChunkProvider and ChunkProcessor supporting the chunking pattern defined by the spec.
    Author:
    Michael Minella