Uses of Interface
com.alibaba.nacos.config.server.utils.event.EventDispatcher.Event
-
Packages that use EventDispatcher.Event Package Description com.alibaba.nacos.config.server.service com.alibaba.nacos.config.server.service.notify com.alibaba.nacos.config.server.utils.event -
-
Uses of EventDispatcher.Event in com.alibaba.nacos.config.server.service
Classes in com.alibaba.nacos.config.server.service that implement EventDispatcher.Event Modifier and Type Class Description classConfigDataChangeEvent指数据发布事件。classLocalDataChangeEvent本地数据发生变更的事件。static classServerListService.ServerListChangeEventserverList has changedMethods in com.alibaba.nacos.config.server.service that return types with arguments of type EventDispatcher.Event Modifier and Type Method Description List<Class<? extends EventDispatcher.Event>>LongPollingService. interest()Methods in com.alibaba.nacos.config.server.service with parameters of type EventDispatcher.Event Modifier and Type Method Description voidLongPollingService. onEvent(EventDispatcher.Event event) -
Uses of EventDispatcher.Event in com.alibaba.nacos.config.server.service.notify
Methods in com.alibaba.nacos.config.server.service.notify that return types with arguments of type EventDispatcher.Event Modifier and Type Method Description List<Class<? extends EventDispatcher.Event>>AsyncNotifyService. interest()Methods in com.alibaba.nacos.config.server.service.notify with parameters of type EventDispatcher.Event Modifier and Type Method Description voidAsyncNotifyService. onEvent(EventDispatcher.Event event) -
Uses of EventDispatcher.Event in com.alibaba.nacos.config.server.utils.event
Methods in com.alibaba.nacos.config.server.utils.event that return types with arguments of type EventDispatcher.Event Modifier and Type Method Description abstract List<Class<? extends EventDispatcher.Event>>EventDispatcher.AbstractEventListener. interest()感兴趣的事件列表Methods in com.alibaba.nacos.config.server.utils.event with parameters of type EventDispatcher.Event Modifier and Type Method Description static voidEventDispatcher. fireEvent(EventDispatcher.Event event)fire event, notify listeners.abstract voidEventDispatcher.AbstractEventListener. onEvent(EventDispatcher.Event event)处理事件
-