| Package | Description |
|---|---|
| com.alibaba.nacos.api.config | |
| com.alibaba.nacos.api.config.listener |
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigService.addListener(String dataId,
String group,
Listener listener)
Add a listener to the configuration, after the server to modify the configuration, the client will use the
incoming listener callback.
|
void |
ConfigService.removeListener(String dataId,
String group,
Listener listener)
Remove Listener
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractListener
Listner Adapter,use default notify thread
|
class |
AbstractSharedListener
shared listener
|
Copyright © 2018 Alibaba Group. All rights reserved.