您的浏览器已禁用 JavaScript。
跳过导航链接
概览
程序包
类
使用
树
已过时
索引
帮助
SEARCH:
接口的使用
cn.taketoday.util.backoff.BackOff
使用
BackOff
的程序包
程序包
说明
cn.taketoday.util.backoff
A generic back-off abstraction.
cn.taketoday.util.backoff
中
BackOff
的使用
实现
BackOff
的
cn.taketoday.util.backoff
中的类
修饰符和类型
类
说明
class
ExponentialBackOff
Implementation of
BackOff
that increases the back off period for each retry attempt.
class
FixedBackOff
A simple
BackOff
implementation that provides a fixed interval between two attempts and a maximum number of retries.