Uses of Interface
org.springframework.util.backoff.BackOff
Package
Description
Support package for declarative messaging configuration,
with Java configuration and XML schema support.
This package contains the base message listener container facility.
A generic back-off abstraction.
-
Uses of BackOff in org.springframework.jms.config
Modifier and TypeMethodDescriptionvoid
DefaultJmsListenerContainerFactory.setBackOff
(BackOff backOff) -
Uses of BackOff in org.springframework.jms.listener
Modifier and TypeMethodDescriptionvoid
DefaultMessageListenerContainer.setBackOff
(BackOff backOff) Specify theBackOff
instance to use to compute the interval between recovery attempts. -
Uses of BackOff in org.springframework.util.backoff