public class NacosConfigurationPropertiesBeanBoundEvent extends NacosConfigEvent
NacosConfigurationProperties Bean Bound event.source| Constructor and Description |
|---|
NacosConfigurationPropertiesBeanBoundEvent(com.alibaba.nacos.api.config.ConfigService configService,
String dataId,
String groupId,
Object bean,
String beanName,
com.alibaba.nacos.api.config.annotation.NacosConfigurationProperties properties,
String content) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getBean() |
String |
getBeanName() |
String |
getContent() |
com.alibaba.nacos.api.config.annotation.NacosConfigurationProperties |
getProperties() |
getConfigService, getDataId, getGroupId, getSourcetoStringpublic NacosConfigurationPropertiesBeanBoundEvent(com.alibaba.nacos.api.config.ConfigService configService,
String dataId,
String groupId,
Object bean,
String beanName,
com.alibaba.nacos.api.config.annotation.NacosConfigurationProperties properties,
String content)
configService - Nacos ConfigServicedataId - data IDgroupId - group IDbean - annotated NacosConfigurationProperties beanbeanName - the name of annotated NacosConfigurationProperties beanproperties - NacosConfigurationProperties objectcontent - the Nacos content for bindingCopyright © 2020. All rights reserved.