Package org.springframework.batch.core
Interface StepListener
- All Known Subinterfaces:
ChunkListener,ItemProcessListener<T,,S> ItemReadListener<T>,ItemWriteListener<S>,SkipListener<T,,S> StepExecutionListener
- All Known Implementing Classes:
ChunkListenerSupport,CompositeChunkListener,CompositeItemProcessListener,CompositeItemReadListener,CompositeItemWriteListener,CompositeSkipListener,CompositeStepExecutionListener,DefaultItemFailureHandler,ExecutionContextPromotionListener,ItemListenerSupport,JobParameterExecutionContextCopyListener,MulticasterBatchListener,NoWorkFoundStepExecutionListener,SkipListenerSupport,StepExecutionListenerSupport,StepExecutionSimpleCompletionPolicy,StepListenerSupport,SystemCommandTasklet
public interface StepListener
Marker interface that acts as a parent to all step domain listeners, such as:
StepExecutionListener, ChunkListener, ItemReadListener, and
ItemWriteListener- Author:
- Lucas Ward, Dave Syer