| Package | Description |
|---|---|
| org.springframework.batch.core.listener |
Generic implementations of core batch listener interfaces.
|
| org.springframework.batch.core.step.builder | |
| org.springframework.batch.core.step.item |
Specific implementations of step concerns for item-oriented approach.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CompositeItemProcessListener<T,S> |
class |
ItemListenerSupport<I,O>
Basic no-op implementation of the
ItemReadListener,
ItemProcessListener, and ItemWriteListener interfaces. |
class |
MulticasterBatchListener<T,S> |
class |
StepListenerSupport<T,S>
Basic no-op implementations of all
StepListener interfaces. |
| Modifier and Type | Method and Description |
|---|---|
void |
CompositeItemProcessListener.register(ItemProcessListener<? super T,? super S> itemReaderListener)
Register additional listener.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CompositeItemProcessListener.setListeners(List<? extends ItemProcessListener<? super T,? super S>> itemReadListeners)
Public setter for the listeners.
|
| Modifier and Type | Method and Description |
|---|---|
SimpleStepBuilder<I,O> |
SimpleStepBuilder.listener(ItemProcessListener<? super I,? super O> listener)
Register an item processor listener.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultItemFailureHandler
Default implementation of the
ItemListenerSupport class that
writes all exceptions via commons logging. |
Copyright © 2013. All rights reserved.