Uses of Interface
org.springframework.util.backoff.BackOffExecution
Packages that use BackOffExecution Package Description org.springframework.jms.listener This package contains the base message listener container facility.org.springframework.util.backoff A generic back-off abstraction.Uses of BackOffExecution in org.springframework.jms.listener
Methods in org.springframework.jms.listener with parameters of type BackOffExecution Modifier and Type Method Description protected booleanDefaultMessageListenerContainer. applyBackOffTime(BackOffExecution execution)Apply the next back-off time using the specifiedBackOffExecution.Uses of BackOffExecution in org.springframework.util.backoff
Methods in org.springframework.util.backoff that return BackOffExecution Modifier and Type Method Description BackOffExecutionBackOff. start()Start a new back off execution.BackOffExecutionExponentialBackOff. start()BackOffExecutionFixedBackOff. start()