类 ConfigConnectionEventListener


  • @Component
    public class ConfigConnectionEventListener
    extends com.alibaba.nacos.core.remote.ClientConnectionEventListener
    ConfigConnectionEventListener.
    版本:
    $Id: ConfigConnectionEventListener.java, v 0.1 2020年07月20日 2:27 PM liuzunfei Exp $
    作者:
    liuzunfei
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      void clientConnected​(com.alibaba.nacos.core.remote.Connection connect)  
      void clientDisConnected​(com.alibaba.nacos.core.remote.Connection connect)  
      • 从类继承的方法 com.alibaba.nacos.core.remote.ClientConnectionEventListener

        getName, init, setName
      • 从类继承的方法 java.lang.Object

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

      • ConfigConnectionEventListener

        public ConfigConnectionEventListener​(ConfigChangeListenContext configChangeListenContext)
    • 方法详细资料

      • clientConnected

        public void clientConnected​(com.alibaba.nacos.core.remote.Connection connect)
        指定者:
        clientConnected 在类中 com.alibaba.nacos.core.remote.ClientConnectionEventListener
      • clientDisConnected

        public void clientDisConnected​(com.alibaba.nacos.core.remote.Connection connect)
        指定者:
        clientDisConnected 在类中 com.alibaba.nacos.core.remote.ClientConnectionEventListener