Package | Description |
---|---|
org.springframework.batch.core.step.item |
Specific implementations of step concerns for item-oriented approach.
|
Modifier and Type | Class and Description |
---|---|
class |
FaultTolerantChunkProvider<I>
FaultTolerant implementation of the
ChunkProcessor interface, that
allows for skipping or retry of items that cause exceptions during reading or
processing. |
class |
SimpleChunkProvider<I>
Simple implementation of the ChunkProvider interface that does basic chunk
providing from an
ItemReader . |
Constructor and Description |
---|
ChunkOrientedTasklet(ChunkProvider<I> chunkProvider,
ChunkProcessor<I> chunkProcessor) |
Copyright © 2014 Pivotal. All rights reserved.