接口 RpcClientConfig
- 所有已知子接口:
GrpcClientConfig
- 所有已知实现类:
DefaultGrpcClientConfig
public interface RpcClientConfig
RpcClientConfig.
- 作者:
- karsonto
-
方法详细资料
-
name
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
get map of labels.- 返回:
- labels.
-