Class JsrFaultTolerantStepBuilder<I,​O>

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

    public class JsrFaultTolerantStepBuilder<I,​O>
    extends FaultTolerantStepBuilder<I,​O>
    A step builder that extends the FaultTolerantStepBuilder to create JSR-352 specific ChunkProvider and ChunkProcessor supporting both the chunking pattern defined by the spec as well as skip/retry logic.
    Author:
    Michael Minella, Chris Schaefer