接口 RpcClientConfig

    • 方法详细资料

      • name

        java.lang.String name()
        get name.
        返回:
        name.
      • retryTimes

        int retryTimes()
        get request retry times.
        返回:
        retryTimes.
      • timeOutMills

        long timeOutMills()
        get time out mills.
        返回:
        timeOutMills.
      • connectionKeepAlive

        long connectionKeepAlive()
        get connection keep alive time.
        返回:
        connectionKeepAlive.
      • healthCheckRetryTimes

        int healthCheckRetryTimes()
        get health check retry times.
        返回:
        healthCheckRetryTimes.
      • healthCheckTimeOut

        long healthCheckTimeOut()
        get health check time out.
        返回:
        healthCheckTimeOut.
      • labels

        java.util.Map<java.lang.String,​java.lang.String> labels()
        get map of labels.
        返回:
        labels.