| Package | Description |
|---|---|
| org.springframework.batch.core.step.item |
Specific implementations of step concerns for item-oriented approach.
|
| Class and Description |
|---|
| BatchRetryTemplate
A special purpose retry template that deals specifically with multi-valued
stateful retry.
|
| Chunk
Encapsulation of a list of items to be processed and possibly a list of
failed items to be skipped.
|
| Chunk.ChunkIterator
Special iterator for a chunk providing the
#remove(Exception)
method for dynamically removing an item and adding it to the skips. |
| ChunkProcessor
Interface defined for processing
Chunks. |
| ChunkProvider
Interface for providing
Chunks to be processed, used by the
ChunkOrientedTasklet |
| KeyGenerator
Interface for defining keys to uniquely identify items.
|
| SimpleChunkProcessor
Simple implementation of the
ChunkProcessor interface that handles
basic item writing and processing. |
| SimpleChunkProvider
Simple implementation of the ChunkProvider interface that does basic chunk
providing from an
ItemReader. |
| SimpleStepFactoryBean
Most common configuration options for simple steps should be found here.
|
| SkipOverflowException |
| SkipWrapper
Wrapper for an item and its exception if it failed processing.
|
Copyright © 2014 SpringSource. All rights reserved.