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. -
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.