Uses of Interface
org.springframework.core.retry.RetryListener
Packages that use RetryListener
Package
Description
Main package for the core retry functionality.
Support package for the core retry functionality.
-
Uses of RetryListener in org.springframework.core.retry
Methods in org.springframework.core.retry with parameters of type RetryListenerModifier and TypeMethodDescriptionvoidRetryTemplate.setRetryListener(RetryListener retryListener) Set theRetryListenerto use. -
Uses of RetryListener in org.springframework.core.retry.support
Classes in org.springframework.core.retry.support that implement RetryListenerModifier and TypeClassDescriptionclassA composite implementation of theRetryListenerinterface.Methods in org.springframework.core.retry.support with parameters of type RetryListenerModifier and TypeMethodDescriptionvoidCompositeRetryListener.addListener(RetryListener listener) Add a new listener to the list of delegates.Constructor parameters in org.springframework.core.retry.support with type arguments of type RetryListenerModifierConstructorDescriptionCompositeRetryListener(List<RetryListener> listeners) Create a newCompositeRetryListenerwith the supplied list of delegates.