# 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
No description provided by the author
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

# Variables

DefaultMaxAttempts 默认重试次数.
DefaultTimeout 默认超时时间.

# Structs

AlwaysRetryPolicy 一种无穷重试策略.
No description provided by the author
CompositeRetryPolicy 组合了一组策略,并按序代理调用他们.
No description provided by the author
No description provided by the author
No description provided by the author
NeverRetryPolicy 允许第一次尝试,不允许之后的重试.
No description provided by the author
SimpleRetryPolicy 根据具体的错误重试固定次数.
No description provided by the author
TimeoutRtyPolicy 只有在没有超时的情况下才进行重试.

# Interfaces

RtyContextCache 上下文重试cache.