类 ConfigConnectionEventListener
- java.lang.Object
-
- com.alibaba.nacos.core.remote.ClientConnectionEventListener
-
- com.alibaba.nacos.config.server.remote.ConfigConnectionEventListener
-
@Component public class ConfigConnectionEventListener extends com.alibaba.nacos.core.remote.ClientConnectionEventListenerConfigConnectionEventListener.- 版本:
- $Id: ConfigConnectionEventListener.java, v 0.1 2020年07月20日 2:27 PM liuzunfei Exp $
- 作者:
- liuzunfei
-
-
字段概要
字段 修饰符和类型 字段 说明 (专用程序包) ConfigChangeListenContextconfigChangeListenContext
-
构造器概要
构造器 构造器 说明 ConfigConnectionEventListener(ConfigChangeListenContext configChangeListenContext)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 voidclientConnected(com.alibaba.nacos.core.remote.Connection connect)voidclientDisConnected(com.alibaba.nacos.core.remote.Connection connect)
-
-
-
字段详细资料
-
configChangeListenContext
final ConfigChangeListenContext configChangeListenContext
-
-
构造器详细资料
-
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
-
-