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. |
Modifier and Type | Method and Description |
---|---|
protected SimpleChunkProvider<T> |
FaultTolerantStepFactoryBean.configureChunkProvider() |
protected SimpleChunkProvider<T> |
SimpleStepFactoryBean.configureChunkProvider()
Extension point for creating appropriate
ChunkProvider . |
Copyright © 2013 SpringSource. All rights reserved.