Uses of Interface
org.springframework.batch.core.StepListener
Packages that use StepListener
Package
Description
Core domain context for Spring Batch covering jobs, steps, configuration and execution
abstractions.
Generic implementations of core batch listener interfaces.
Specific implementations of step concerns.
Step level builders for java based job configuration.
Factories for step level components.
Specific implementations of step concerns for item-oriented approach.
Interfaces and generic implementations of tasklet concerns.
-
Uses of StepListener in org.springframework.batch.core
Subinterfaces of StepListener in org.springframework.batch.coreModifier and TypeInterfaceDescriptioninterfaceListener interface for the lifecycle of a chunk.interfaceItemProcessListener<T,S> Listener interface for the processing of an item.interfaceListener interface around the reading of an item.interfaceListener interface for the writing of items.interfaceSkipListener<T,S> Interface for listener to skipped items.interfaceListener interface for the lifecycle of aStep. -
Uses of StepListener in org.springframework.batch.core.listener
Classes in org.springframework.batch.core.listener that implement StepListenerModifier and TypeClassDescriptionclassDeprecated.classclassclassclassclassclassclassThis class can be used to automatically promote items from theStepExecutionContextto theJobExecutionContextat the end of a step.classItemListenerSupport<I,O> Basic no-op implementation of theItemReadListener,ItemProcessListener, andItemWriteListenerinterfaces.classThis class can be used to automatically copy items from theJobParametersto theStepExecutionContext.classclassSkipListenerSupport<T,S> Deprecated.as of v5.0 in favor of the default methods inSkipListener.classDeprecated.as of 5.0, in favor of the default methods on theStepExecutionListenerclassStepListenerSupport<T,S> Basic no-op implementations of allStepListenerinterfaces.Methods in org.springframework.batch.core.listener that return StepListenerModifier and TypeMethodDescriptionstatic StepListenerStepListenerFactoryBean.getListener(Object delegate) Convenience method to wrap any object and expose the appropriateStepListenerinterfaces.Methods in org.springframework.batch.core.listener that return types with arguments of type StepListenerMethods in org.springframework.batch.core.listener with parameters of type StepListenerModifier and TypeMethodDescriptionvoidMulticasterBatchListener.register(StepListener listener) Register the listener for callbacks on the appropriate interfaces implemented.Method parameters in org.springframework.batch.core.listener with type arguments of type StepListenerModifier and TypeMethodDescriptionvoidMulticasterBatchListener.setListeners(List<? extends StepListener> listeners) Register each of the objects as listeners. -
Uses of StepListener in org.springframework.batch.core.resource
Classes in org.springframework.batch.core.resource that implement StepListenerModifier and TypeClassDescriptionclassACompletionPolicythat picks up a commit interval fromJobParametersby listening to the start of a step. -
Uses of StepListener in org.springframework.batch.core.step
Classes in org.springframework.batch.core.step that implement StepListenerModifier and TypeClassDescriptionclassFails the step if no items have been processed ( item count is 0). -
Uses of StepListener in org.springframework.batch.core.step.builder
Methods in org.springframework.batch.core.step.builder that return types with arguments of type StepListenerModifier and TypeMethodDescriptionprotected Set<StepListener>SimpleStepBuilder.getItemListeners() -
Uses of StepListener in org.springframework.batch.core.step.factory
Methods in org.springframework.batch.core.step.factory that return StepListenerModifier and TypeMethodDescriptionprotected StepListener[]SimpleStepFactoryBean.getListeners()Protected getter for theStepListeners.Methods in org.springframework.batch.core.step.factory with parameters of type StepListenerModifier and TypeMethodDescriptionvoidSimpleStepFactoryBean.setListeners(StepListener[] listeners) The listeners to inject into theStep. -
Uses of StepListener in org.springframework.batch.core.step.item
Classes in org.springframework.batch.core.step.item that implement StepListenerModifier and TypeClassDescriptionclassDefault implementation of theItemListenerSupportclass that writes all exceptions via commons logging.Methods in org.springframework.batch.core.step.item with parameters of type StepListenerModifier and TypeMethodDescriptionvoidSimpleChunkProcessor.registerListener(StepListener listener) Register a listener for callbacks at the appropriate stages in a process.voidSimpleChunkProvider.registerListener(StepListener listener) Register a listener for callbacks at the appropriate stages in a process.Method parameters in org.springframework.batch.core.step.item with type arguments of type StepListenerModifier and TypeMethodDescriptionvoidSimpleChunkProcessor.setListeners(List<? extends StepListener> listeners) Register someStepListeners with the handler.voidSimpleChunkProvider.setListeners(List<? extends StepListener> listeners) Register someStepListeners with the handler. -
Uses of StepListener in org.springframework.batch.core.step.tasklet
Classes in org.springframework.batch.core.step.tasklet that implement StepListener
ChunkListener