# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
RetryTemplate 重试模板,提供具有重试语意的重试模板 可重试操作封装在 {@link RetryCallback} 的实现中 默认情况下,如果抛出任何异常,则会重试操作,可以使用 {@link #setRetryPolicy(RetryPolicy)} 方法修改。 默认情况下,每个操作最多重试3次且。可以使用 {@link #setRetryPolicy(RetryPolicy)} 和 {@link #setBackOffPolicy(BackOffPolicy)} 修改这个特性。 {@link BackOffPolicy} 控制如何每次重试之间的暂停时间很长。 该类是线程安全的,适合在执行操作时并发访问。.
No description provided by the author
No description provided by the author
No description provided by the author