类 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
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      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)  
      • 从类继承的方法 com.alibaba.nacos.core.remote.RequestHandler

        handleRequest
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 构造器详细资料

      • ConfigChangeBatchListenRequestHandler

        public ConfigChangeBatchListenRequestHandler()
    • 方法详细资料

      • 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