类 ConfigChangeBatchListenRequestHandler
- java.lang.Object
-
- com.alibaba.nacos.core.remote.RequestHandler<com.alibaba.nacos.api.config.remote.request.ConfigBatchListenRequest,com.alibaba.nacos.api.config.remote.response.ConfigChangeBatchListenResponse>
-
- com.alibaba.nacos.config.server.remote.ConfigChangeBatchListenRequestHandler
-
@Component public class ConfigChangeBatchListenRequestHandler extends com.alibaba.nacos.core.remote.RequestHandler<com.alibaba.nacos.api.config.remote.request.ConfigBatchListenRequest,com.alibaba.nacos.api.config.remote.response.ConfigChangeBatchListenResponse>config change listen request handler.- 版本:
- $Id: ConfigChangeListenRequestHandler.java, v 0.1 2020年07月14日 10:11 AM liuzunfei Exp $
- 作者:
- liuzunfei
-
-
字段概要
字段 修饰符和类型 字段 说明 private ConfigChangeListenContextconfigChangeListenContext
-
构造器概要
构造器 构造器 说明 ConfigChangeBatchListenRequestHandler()
-
-
-
字段详细资料
-
configChangeListenContext
@Autowired private ConfigChangeListenContext configChangeListenContext
-
-
方法详细资料
-
handle
public com.alibaba.nacos.api.config.remote.response.ConfigChangeBatchListenResponse handle(com.alibaba.nacos.api.config.remote.request.ConfigBatchListenRequest configChangeListenRequest, 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.ConfigBatchListenRequest,com.alibaba.nacos.api.config.remote.response.ConfigChangeBatchListenResponse>- 抛出:
com.alibaba.nacos.api.exception.NacosException
-
-