| Package | Description |
|---|---|
| org.springframework.batch.core.step.item |
Specific implementations of step concerns for item-oriented approach.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FaultTolerantChunkProcessor<I,O>
FaultTolerant implementation of the
ChunkProcessor interface, that
allows for skipping or retry of items that cause exceptions during writing. |
| Modifier and Type | Method and Description |
|---|---|
protected SimpleChunkProcessor<T,S> |
SimpleStepFactoryBean.configureChunkProcessor()
Extension point for creating appropriate
ChunkProcessor. |
protected SimpleChunkProcessor<T,S> |
FaultTolerantStepFactoryBean.configureChunkProcessor() |
Copyright © 2014 SpringSource. All rights reserved.