类 DefaultFlowControlParam

java.lang.Object
com.tencent.polaris.client.flow.DefaultFlowControlParam
所有已实现的接口:
FlowControlParam

public class DefaultFlowControlParam
extends java.lang.Object
implements FlowControlParam
  • 构造器概要

    构造器
    构造器 说明
    DefaultFlowControlParam()  
    DefaultFlowControlParam​(com.tencent.polaris.api.config.global.APIConfig apiConfig)  
  • 方法概要

    修饰符和类型 方法 说明
    int getMaxRetry()
    流程最大重试次数
    long getRetryIntervalMs()
    重试间隔时间
    long getTimeoutMs()
    流程超时时间
    void setMaxRetry​(int maxRetry)
    设置最大重试次数
    void setRetryIntervalMs​(long retryIntervalMs)
    设置重试间隔
    void setTimeoutMs​(long timeoutMs)
    设置流程超时时间

    从类继承的方法 java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 构造器详细资料

    • DefaultFlowControlParam

      public DefaultFlowControlParam()
    • DefaultFlowControlParam

      public DefaultFlowControlParam​(com.tencent.polaris.api.config.global.APIConfig apiConfig)
  • 方法详细资料