public class NacosConfigPublishedEvent extends NacosConfigEvent
event of Nacos Configuration that has been published.source| 构造器和说明 |
|---|
NacosConfigPublishedEvent(com.alibaba.nacos.api.config.ConfigService configService,
String dataId,
String groupId,
String content,
boolean published) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getContent()
Get Content of published Nacos Configuration
|
boolean |
isPublished()
Is published or not from
ConfigService.publishConfig(String, String, String) method executing
result. |
getConfigService, getDataId, getGroupId, getSourcetoStringpublic String getContent()
public boolean isPublished()
ConfigService.publishConfig(String, String, String) method executing
result.trueCopyright © 2021. All rights reserved.