类 DumpConfigHandler


  • public class DumpConfigHandler
    extends com.alibaba.nacos.common.notify.listener.Subscriber<ConfigDumpEvent>
    Dump config subscriber.
    作者:
    liaochuntao
    • 方法概要

      所有方法 静态方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      static boolean configDump​(ConfigDumpEvent event)
      trigger config dump event.
      void onEvent​(ConfigDumpEvent event)  
      java.lang.Class<? extends com.alibaba.nacos.common.notify.Event> subscribeType()  
      • 从类继承的方法 com.alibaba.nacos.common.notify.listener.Subscriber

        executor, ignoreExpireEvent, scopeMatches
      • 从类继承的方法 java.lang.Object

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

      • DumpConfigHandler

        public DumpConfigHandler()
    • 方法详细资料

      • configDump

        public static boolean configDump​(ConfigDumpEvent event)
        trigger config dump event.
        参数:
        event - ConfigDumpEvent
        返回:
        true if the config dump task success , else false
      • onEvent

        public void onEvent​(ConfigDumpEvent event)
        指定者:
        onEvent 在类中 com.alibaba.nacos.common.notify.listener.Subscriber<ConfigDumpEvent>
      • subscribeType

        public java.lang.Class<? extends com.alibaba.nacos.common.notify.Event> subscribeType()
        指定者:
        subscribeType 在类中 com.alibaba.nacos.common.notify.listener.Subscriber<ConfigDumpEvent>