类 RetryPolicy
java.lang.Object
org.macrocloud.kernel.http.RetryPolicy
重试策略
- 作者:
- dream.lu
-
字段概要
字段 -
构造器概要
构造器构造器说明RetryPolicy(int maxAttempts, long sleepMillis) RetryPolicy(int maxAttempts, long sleepMillis, Predicate<ResponseSpec> respPredicate) RetryPolicy(Predicate<ResponseSpec> respPredicate) -
方法概要
-
字段详细资料
-
INSTANCE
-
-
构造器详细资料
-
RetryPolicy
public RetryPolicy() -
RetryPolicy
public RetryPolicy(int maxAttempts, long sleepMillis) -
RetryPolicy
-
RetryPolicy
public RetryPolicy(int maxAttempts, long sleepMillis, @Nullable Predicate<ResponseSpec> respPredicate)
-