接口的使用
com.alibaba.nacos.common.remote.client.grpc.GrpcClientConfig
使用GrpcClientConfig的程序包
-
com.alibaba.nacos.common.remote.client中GrpcClientConfig的使用
修饰符和类型方法说明RpcClientConfigFactory.createGrpcClientConfig(Properties properties, Map<String, String> labels) RpcConfigFactory.createGrpcClientConfig(Properties properties, Map<String, String> labels) createGrpcClientConfig.修饰符和类型方法说明static RpcClientRpcClientFactory.createClient(String clientName, ConnectionType connectionType, GrpcClientConfig grpcClientConfig) create a rpc client.static RpcClientRpcClientFactory.createClusterClient(String clientName, ConnectionType connectionType, GrpcClientConfig grpcClientConfig) create a cluster rpc client. -
com.alibaba.nacos.common.remote.client.grpc中GrpcClientConfig的使用
限定符构造器说明GrpcClient(GrpcClientConfig clientConfig) constructor.GrpcClient(GrpcClientConfig clientConfig, ServerListFactory serverListFactory) constructor.GrpcClusterClient(GrpcClientConfig config) Empty constructor.GrpcSdkClient(GrpcClientConfig config) constructor.