Uses of Interface
org.springframework.util.backoff.BackOff
Packages that use BackOff
Package
Description
Main package for the core retry functionality.
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.core.retry
Methods in org.springframework.core.retry that return BackOffModifier and TypeMethodDescriptiondefault BackOff
RetryPolicy.getBackOff()
Get theBackOff
strategy to use for this retry policy.Methods in org.springframework.core.retry with parameters of type BackOff -
Uses of BackOff in org.springframework.jms.config
Methods in org.springframework.jms.config with parameters of type BackOffModifier and TypeMethodDescriptionvoid
DefaultJmsListenerContainerFactory.setBackOff
(@Nullable BackOff backOff) -
Uses of BackOff in org.springframework.jms.listener
Methods in org.springframework.jms.listener with parameters of type BackOffModifier 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
Classes in org.springframework.util.backoff that implement BackOff