接口 RpcClientConfig
-
- 所有已知子接口:
GrpcClientConfig
- 所有已知实现类:
DefaultGrpcClientConfig
public interface RpcClientConfigRpcClientConfig.- 作者:
- karsonto
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 longconnectionKeepAlive()get connection keep alive time.inthealthCheckRetryTimes()get health check retry times.longhealthCheckTimeOut()get health check time out.java.util.Map<java.lang.String,java.lang.String>labels()get map of labels.java.lang.Stringname()get name.intretryTimes()get request retry times.longtimeOutMills()get time out mills.
-
-
-
方法详细资料
-
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.
-
-