接口的使用
org.springframework.util.backoff.BackOff
使用BackOff的程序包 程序包 说明 org.springframework.jms.config Support package for declarative messaging configuration, with Java configuration and XML schema support.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.config中BackOff的使用
参数类型为BackOff的org.springframework.jms.config中的方法 修饰符和类型 方法 说明 voidDefaultJmsListenerContainerFactory. setBackOff(BackOff backOff)org.springframework.jms.listener中BackOff的使用
参数类型为BackOff的org.springframework.jms.listener中的方法 修饰符和类型 方法 说明 voidDefaultMessageListenerContainer. setBackOff(BackOff backOff)Specify theBackOffinstance to use to compute the interval between recovery attempts.org.springframework.util.backoff中BackOff的使用
实现BackOff的org.springframework.util.backoff中的类 修饰符和类型 类 说明 classExponentialBackOffImplementation ofBackOffthat increases the back off period for each retry attempt.classFixedBackOffA simpleBackOffimplementation that provides a fixed interval between two attempts and a maximum number of retries.