public class NacosConfigPublishedEvent extends NacosConfigEvent
| 限定符和类型 | 字段和说明 |
|---|---|
private String |
content |
private boolean |
published |
private static long |
serialVersionUID |
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, getSourcetoStringprivate static final long serialVersionUID
private final String content
private final boolean published
public String getContent()
public boolean isPublished()
ConfigService.publishConfig(String, String, String) method executing result.trueCopyright © 2021 Zodiac. All rights reserved.