类 RetryPolicy

java.lang.Object
org.macrocloud.kernel.http.RetryPolicy

public class RetryPolicy extends Object
重试策略
作者:
dream.lu
  • 字段详细资料

  • 构造器详细资料

    • RetryPolicy

      public RetryPolicy()
    • RetryPolicy

      public RetryPolicy(int maxAttempts, long sleepMillis)
    • RetryPolicy

      public RetryPolicy(@Nullable Predicate<ResponseSpec> respPredicate)
    • RetryPolicy

      public RetryPolicy(int maxAttempts, long sleepMillis, @Nullable Predicate<ResponseSpec> respPredicate)