public class NacosConfigRemovedEvent extends NacosConfigEvent
event of Nacos Configuration that has been removed.source| 构造器和说明 |
|---|
NacosConfigRemovedEvent(com.alibaba.nacos.api.config.ConfigService configService,
String dataId,
String groupId,
boolean removed) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
isRemoved()
Is removed or not from
ConfigService.removeConfig(String, String) method
executing result. |
getConfigService, getDataId, getGroupId, getSourcetoStringCopyright © 2021. All rights reserved.