| Package | Description |
|---|---|
| com.alibaba.nacos.config.server.service | |
| com.alibaba.nacos.config.server.service.notify | |
| com.alibaba.nacos.config.server.utils.event |
| Modifier and Type | Class and Description |
|---|---|
class |
ConfigDataChangeEvent
指数据发布事件。
|
class |
LocalDataChangeEvent
本地数据发生变更的事件。
|
static class |
ServerListService.ServerlistChangeEvent
serverList has changed
|
| Modifier and Type | Method and Description |
|---|---|
List<Class<? extends EventDispatcher.Event>> |
LongPollingService.interest() |
| Modifier and Type | Method and Description |
|---|---|
void |
LongPollingService.onEvent(EventDispatcher.Event event) |
| Modifier and Type | Method and Description |
|---|---|
List<Class<? extends EventDispatcher.Event>> |
AsyncNotifyService.interest() |
| Modifier and Type | Method and Description |
|---|---|
void |
AsyncNotifyService.onEvent(EventDispatcher.Event event) |
| Modifier and Type | Method and Description |
|---|---|
abstract List<Class<? extends EventDispatcher.Event>> |
EventDispatcher.AbstractEventListener.interest()
感兴趣的事件列表
|
| Modifier and Type | Method and Description |
|---|---|
static void |
EventDispatcher.fireEvent(EventDispatcher.Event event)
fire event, notify listeners.
|
abstract void |
EventDispatcher.AbstractEventListener.onEvent(EventDispatcher.Event event)
处理事件
|
Copyright © 2018–2019 Alibaba Group. All rights reserved.