类 ConfigClusterRpcClientProxy
- java.lang.Object
-
- com.alibaba.nacos.config.server.remote.ConfigClusterRpcClientProxy
-
@Service public class ConfigClusterRpcClientProxy extends java.lang.ObjectConfigClusterRpcClientProxy.- 版本:
- $Id: ConfigClusterRpcClientProxy.java, v 0.1 2020年08月11日 4:28 PM liuzunfei Exp $
- 作者:
- liuzunfei
-
-
字段概要
字段 修饰符和类型 字段 说明 (专用程序包) com.alibaba.nacos.core.cluster.remote.ClusterRpcClientProxyclusterRpcClientProxy
-
构造器概要
构造器 构造器 说明 ConfigClusterRpcClientProxy(com.alibaba.nacos.core.cluster.remote.ClusterRpcClientProxy clusterRpcClientProxy)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 voidsyncConfigChange(com.alibaba.nacos.core.cluster.Member member, com.alibaba.nacos.api.config.remote.request.cluster.ConfigChangeClusterSyncRequest request, com.alibaba.nacos.api.remote.RequestCallBack callBack)sync config change request.
-
-
-
方法详细资料
-
syncConfigChange
public void syncConfigChange(com.alibaba.nacos.core.cluster.Member member, com.alibaba.nacos.api.config.remote.request.cluster.ConfigChangeClusterSyncRequest request, com.alibaba.nacos.api.remote.RequestCallBack callBack) throws com.alibaba.nacos.api.exception.NacosExceptionsync config change request.- 参数:
member- member of server.request- request of config change sync.callBack- callBack of config change sync.- 抛出:
com.alibaba.nacos.api.exception.NacosException- exception.
-
-