Package | Description |
---|---|
org.springframework.batch.core.listener |
Generic implementations of core batch listener interfaces.
|
org.springframework.batch.core.step.tasklet |
Interfaces and generic implementations of tasklet concerns.
|
Modifier and Type | Class and Description |
---|---|
class |
ChunkListenerSupport
Basic support implementation of
ChunkListener |
class |
CompositeChunkListener |
class |
MulticasterBatchListener<T,S> |
class |
StepListenerSupport<T,S>
Basic no-op implementations of all
StepListener interfaces. |
Modifier and Type | Method and Description |
---|---|
void |
CompositeChunkListener.register(ChunkListener chunkListener)
Register additional listener.
|
Modifier and Type | Method and Description |
---|---|
void |
CompositeChunkListener.setListeners(List<? extends ChunkListener> listeners)
Public setter for the listeners.
|
Modifier and Type | Method and Description |
---|---|
void |
TaskletStep.registerChunkListener(ChunkListener listener)
Register a chunk listener for callbacks at the appropriate stages in a
step execution.
|
void |
TaskletStep.setChunkListeners(ChunkListener[] listeners)
Register each of the objects as listeners.
|
Copyright © 2013 SpringSource. All rights reserved.