Uses of Interface
org.springframework.batch.core.SkipListener
Packages that use SkipListener
Package
Description
Generic implementations of core batch listener interfaces.
Step level builders for java based job configuration.
-
Uses of SkipListener in org.springframework.batch.core.listener
Classes in org.springframework.batch.core.listener that implement SkipListenerModifier and TypeClassDescriptionclassclassclassSkipListenerSupport<T,S> Deprecated.classStepListenerSupport<T,S> Basic no-op implementations of allStepListenerinterfaces.Methods in org.springframework.batch.core.listener with parameters of type SkipListenerModifier and TypeMethodDescriptionvoidCompositeSkipListener.register(SkipListener<? super T, ? super S> listener) Register additional listener.Method parameters in org.springframework.batch.core.listener with type arguments of type SkipListenerModifier and TypeMethodDescriptionvoidCompositeSkipListener.setListeners(List<? extends SkipListener<? super T, ? super S>> listeners) Public setter for the listeners. -
Uses of SkipListener in org.springframework.batch.core.step.builder
Methods in org.springframework.batch.core.step.builder that return types with arguments of type SkipListenerModifier and TypeMethodDescriptionprotected Set<SkipListener<? super I,? super O>> FaultTolerantStepBuilder.getSkipListeners()Methods in org.springframework.batch.core.step.builder with parameters of type SkipListenerModifier and TypeMethodDescriptionFaultTolerantStepBuilder.listener(SkipListener<? super I, ? super O> listener) Register a skip listener.
SkipListener.