Package | Description |
---|---|
org.springframework.jms.listener |
This package contains the base message listener container facility.
|
org.springframework.util.backoff |
A generic back-off abstraction.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
DefaultMessageListenerContainer.applyBackOffTime(BackOffExecution execution)
Apply the next back-off time using the specified
BackOffExecution . |
Modifier and Type | Method and Description |
---|---|
BackOffExecution |
ExponentialBackOff.start() |
BackOffExecution |
BackOff.start()
Start a new back off execution.
|
BackOffExecution |
FixedBackOff.start() |