public final class DelegatingEventPublishingListener extends Object implements com.alibaba.nacos.api.config.listener.Listener
Event Publishing Listener of
Nacos Config Listener with dataId, groupId and ConfigService instance.
A Nacos config received event will be published when a
new Nacos config received.NacosConfigReceivedEvent,
EventPublishingConfigService,
Listener| Modifier and Type | Method and Description |
|---|---|
Executor |
getExecutor() |
void |
receiveConfigInfo(String content)
Callback method on Nacos config received
|
public Executor getExecutor()
getExecutor in interface com.alibaba.nacos.api.config.listener.Listenerpublic void receiveConfigInfo(String content)
receiveConfigInfo in interface com.alibaba.nacos.api.config.listener.Listenercontent - Nacos configCopyright © 2020. All rights reserved.