Uses of Interface
org.springframework.batch.repeat.RepeatListener
Packages that use RepeatListener
Package
Description
Infrastructure implementations of repeat interceptor concerns.
Infrastructure implementations of repeat support concerns.
-
Uses of RepeatListener in org.springframework.batch.repeat.listener
Classes in org.springframework.batch.repeat.listener that implement RepeatListenerModifier and TypeClassDescriptionclassAllows a user to register one or more RepeatListeners to be notified on batch events.classDeprecated.Methods in org.springframework.batch.repeat.listener with parameters of type RepeatListenerModifier and TypeMethodDescriptionvoidCompositeRepeatListener.register(RepeatListener listener) Register additional listener.voidCompositeRepeatListener.setListeners(RepeatListener[] listeners) Public setter for the listeners.Method parameters in org.springframework.batch.repeat.listener with type arguments of type RepeatListenerModifier and TypeMethodDescriptionvoidCompositeRepeatListener.setListeners(List<RepeatListener> listeners) Public setter for the listeners.Constructors in org.springframework.batch.repeat.listener with parameters of type RepeatListenerModifierConstructorDescriptionCompositeRepeatListener(RepeatListener... listeners) Convenience constructor for setting theRepeatListeners.Constructor parameters in org.springframework.batch.repeat.listener with type arguments of type RepeatListenerModifierConstructorDescriptionCompositeRepeatListener(List<RepeatListener> listeners) Convenience constructor for setting theRepeatListeners. -
Uses of RepeatListener in org.springframework.batch.repeat.support
Methods in org.springframework.batch.repeat.support with parameters of type RepeatListenerModifier and TypeMethodDescriptionvoidRepeatTemplate.registerListener(RepeatListener listener) Register an additional listener.voidRepeatTemplate.setListeners(RepeatListener[] listeners) Set the listeners for this template, registering them for callbacks at appropriate times in the iteration.
RepeatListener.