public class SpringCloudClientBeanPostProcessor extends Object implements org.springframework.beans.factory.config.BeanPostProcessor, org.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>
| 构造器和说明 |
|---|
SpringCloudClientBeanPostProcessor(SoulSpringCloudConfig config,
org.springframework.core.env.Environment env)
Instantiates a new Soul client bean post processor.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
onApplicationEvent(org.springframework.context.event.ContextRefreshedEvent contextRefreshedEvent) |
Object |
postProcessBeforeInitialization(Object bean,
String beanName) |
public SpringCloudClientBeanPostProcessor(SoulSpringCloudConfig config, org.springframework.core.env.Environment env)
config - the soul spring cloud configenv - the envpublic Object postProcessBeforeInitialization(@NonNull Object bean, @NonNull String beanName) throws org.springframework.beans.BeansException
postProcessBeforeInitialization 在接口中 org.springframework.beans.factory.config.BeanPostProcessororg.springframework.beans.BeansExceptionpublic void onApplicationEvent(@NonNull
org.springframework.context.event.ContextRefreshedEvent contextRefreshedEvent)
onApplicationEvent 在接口中 org.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>Copyright © 2020 dromara. All rights reserved.