类 ConfigChangeClusterSyncRequestHandler
- java.lang.Object
-
- com.alibaba.nacos.core.remote.RequestHandler<com.alibaba.nacos.api.config.remote.request.cluster.ConfigChangeClusterSyncRequest,com.alibaba.nacos.api.config.remote.response.cluster.ConfigChangeClusterSyncResponse>
-
- com.alibaba.nacos.config.server.remote.ConfigChangeClusterSyncRequestHandler
-
@Component public class ConfigChangeClusterSyncRequestHandler extends com.alibaba.nacos.core.remote.RequestHandler<com.alibaba.nacos.api.config.remote.request.cluster.ConfigChangeClusterSyncRequest,com.alibaba.nacos.api.config.remote.response.cluster.ConfigChangeClusterSyncResponse>handller to handler config change from other servers.- 版本:
- $Id: ConfigChangeClusterSyncRequestHandler.java, v 0.1 2020年08月11日 4:35 PM liuzunfei Exp $
- 作者:
- liuzunfei
-
-
字段概要
字段 修饰符和类型 字段 说明 private DumpServicedumpService
-
构造器概要
构造器 构造器 说明 ConfigChangeClusterSyncRequestHandler(DumpService dumpService)
-
-
-
字段详细资料
-
dumpService
private final DumpService dumpService
-
-
构造器详细资料
-
ConfigChangeClusterSyncRequestHandler
public ConfigChangeClusterSyncRequestHandler(DumpService dumpService)
-
-
方法详细资料
-
handle
public com.alibaba.nacos.api.config.remote.response.cluster.ConfigChangeClusterSyncResponse handle(com.alibaba.nacos.api.config.remote.request.cluster.ConfigChangeClusterSyncRequest configChangeSyncRequest, com.alibaba.nacos.api.remote.request.RequestMeta meta) throws com.alibaba.nacos.api.exception.NacosException- 指定者:
handle在类中com.alibaba.nacos.core.remote.RequestHandler<com.alibaba.nacos.api.config.remote.request.cluster.ConfigChangeClusterSyncRequest,com.alibaba.nacos.api.config.remote.response.cluster.ConfigChangeClusterSyncResponse>- 抛出:
com.alibaba.nacos.api.exception.NacosException
-
-