Package org.springframework.batch.core.listener
@NonNullApi
package org.springframework.batch.core.listener
Generic implementations of core batch listener interfaces.
- Author:
- Michael Minella, Mahmoud Ben Hassine
-
ClassDescription
FactoryBeanimplementation that builds a listener based on the various lifecycle methods or annotations that are provided.Deprecated.This class can be used to automatically promote items from theStepExecutionContextto theJobExecutionContextat the end of a step.ItemListenerSupport<I,O> Basic no-op implementation of theItemReadListener,ItemProcessListener, andItemWriteListenerinterfaces.Deprecated.as of 5.0, in favor of the default methods on theJobExecutionListenerThisAbstractListenerFactoryBeanimplementation is used to create aJobExecutionListener.Enumeration forJobExecutionListenermeta data, which ties together the names of methods, their interfaces, annotation, and expected arguments.This class can be used to automatically copy items from theJobParametersto theStepExecutionContext.A common interface for listener meta data enumerations.MethodInterceptorthat, given a map of method names andMethodInvokers, will execute all methods tied to a particular method name, with the provided arguments.SkipListenerSupport<T,S> Deprecated.as of v5.0 in favor of the default methods inSkipListener.Deprecated.as of 5.0, in favor of the default methods on theStepExecutionListenerThisAbstractListenerFactoryBeanimplementation is used to create aStepListener.Exception to indicate a problem in a step listener.Enumeration forStepListenermeta data, which ties together the names of methods, their interfaces, annotation, and expected arguments.StepListenerSupport<T,S> Basic no-op implementations of allStepListenerinterfaces.
ChunkListener