类 DumpConfigHandler
- java.lang.Object
-
- com.alibaba.nacos.common.notify.listener.Subscriber<ConfigDumpEvent>
-
- com.alibaba.nacos.config.server.service.dump.DumpConfigHandler
-
public class DumpConfigHandler extends com.alibaba.nacos.common.notify.listener.Subscriber<ConfigDumpEvent>
Dump config subscriber.- 作者:
- liaochuntao
-
-
构造器概要
构造器 构造器 说明 DumpConfigHandler()
-
方法概要
所有方法 静态方法 实例方法 具体方法 修饰符和类型 方法 说明 static booleanconfigDump(ConfigDumpEvent event)trigger config dump event.voidonEvent(ConfigDumpEvent event)java.lang.Class<? extends com.alibaba.nacos.common.notify.Event>subscribeType()
-
-
-
方法详细资料
-
configDump
public static boolean configDump(ConfigDumpEvent event)
trigger config dump event.- 参数:
event-ConfigDumpEvent- 返回:
trueif the config dump task success , elsefalse
-
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>
-
-