| Package | Description |
|---|---|
| org.springframework.batch.core.step.builder | |
| org.springframework.batch.core.step.factory | |
| org.springframework.batch.core.step.item |
Specific implementations of step concerns for item-oriented approach.
|
| Modifier and Type | Method and Description |
|---|---|
FaultTolerantStepBuilder<I,O> |
FaultTolerantStepBuilder.keyGenerator(KeyGenerator keyGenerator)
Sets the key generator for identifying retried items.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FaultTolerantStepFactoryBean.setKeyGenerator(KeyGenerator keyGenerator)
The
KeyGenerator to use to identify failed items across rollback. |
| Modifier and Type | Method and Description |
|---|---|
void |
FaultTolerantChunkProcessor.setKeyGenerator(KeyGenerator keyGenerator)
The
KeyGenerator to use to identify failed items across rollback. |
Copyright © 2013. All Rights Reserved.