public class NacosConfigRemovedEvent extends NacosConfigEvent
event of Nacos Configuration that has been removed.source| Constructor and Description |
|---|
NacosConfigRemovedEvent(com.alibaba.nacos.api.config.ConfigService configService,
String dataId,
String groupId,
boolean removed) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isRemoved()
Is removed or not from
ConfigService.removeConfig(String, String) method
executing result. |
getConfigService, getDataId, getGroupId, getSourcetoStringCopyright © 2020. All rights reserved.