类 DefaultGrpcClientConfig.Builder

    • 字段详细资料

      • name

        private java.lang.String name
      • retryTimes

        private int retryTimes
      • timeOutMills

        private long timeOutMills
      • connectionKeepAlive

        private long connectionKeepAlive
      • threadPoolKeepAlive

        private long threadPoolKeepAlive
      • threadPoolCoreSize

        private int threadPoolCoreSize
      • threadPoolMaxSize

        private int threadPoolMaxSize
      • serverCheckTimeOut

        private long serverCheckTimeOut
      • threadPoolQueueSize

        private int threadPoolQueueSize
      • maxInboundMessageSize

        private int maxInboundMessageSize
      • channelKeepAlive

        private int channelKeepAlive
      • healthCheckRetryTimes

        private int healthCheckRetryTimes
      • healthCheckTimeOut

        private long healthCheckTimeOut
      • labels

        private java.util.Map<java.lang.String,​java.lang.String> labels
    • 构造器详细资料

      • Builder

        private Builder()