接口的使用
org.springframework.util.backoff.BackOffExecution
使用BackOffExecution的程序包 程序包 说明 org.springframework.jms.listener This package contains the base message listener container facility.org.springframework.util.backoff A generic back-off abstraction.org.springframework.jms.listener中BackOffExecution的使用
参数类型为BackOffExecution的org.springframework.jms.listener中的方法 修饰符和类型 方法 说明 protected booleanDefaultMessageListenerContainer. applyBackOffTime(BackOffExecution execution)Apply the next back-off time using the specifiedBackOffExecution.org.springframework.util.backoff中BackOffExecution的使用
返回BackOffExecution的org.springframework.util.backoff中的方法 修饰符和类型 方法 说明 BackOffExecutionBackOff. start()Start a new back off execution.BackOffExecutionExponentialBackOff. start()BackOffExecutionFixedBackOff. start()