See: Description
| Class | Description |
|---|---|
| JsrBatchletStepBuilder | |
| JsrFaultTolerantStepBuilder<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. |
| JsrPartitionStepBuilder |
An extension of the
PartitionStepBuilder that uses PartitionStep
so that JSR-352 specific semantics are honored. |
| JsrSimpleStepBuilder<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. |