类 PropertiesListener

  • 所有已实现的接口:
    com.alibaba.nacos.api.config.listener.Listener

    public abstract class PropertiesListener
    extends com.alibaba.nacos.api.config.listener.AbstractListener
    Properties Listener.
    作者:
    Nacos
    • 字段概要

      字段 
      修饰符和类型 字段 说明
      private static org.slf4j.Logger LOGGER  
    • 方法概要

      所有方法 实例方法 抽象方法 具体方法 
      修饰符和类型 方法 说明
      abstract void innerReceive​(java.util.Properties properties)
      properties type for receiver.
      void receiveConfigInfo​(java.lang.String configInfo)  
      • 从类继承的方法 com.alibaba.nacos.api.config.listener.AbstractListener

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

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 字段详细资料

      • LOGGER

        private static final org.slf4j.Logger LOGGER
    • 构造器详细资料

      • PropertiesListener

        public PropertiesListener()
    • 方法详细资料

      • receiveConfigInfo

        public void receiveConfigInfo​(java.lang.String configInfo)
      • innerReceive

        public abstract void innerReceive​(java.util.Properties properties)
        properties type for receiver.
        参数:
        properties - properties