public interface DubboConfigBeanCustomizer
extends com.alibaba.spring.context.config.ConfigurationBeanCustomizer, org.springframework.core.Ordered
Dubbo Config. Generally, The subclass will be registered as a Spring
Bean that is used to customize Dubbo Config bean
after its binding.
If There are multiple DubboConfigBeanCustomizer beans in the Spring context, they
are executed orderly, thus the subclass should be aware to implement the Ordered.getOrder() method.
DubboConfigBinder.bind(String, AbstractConfig)| 限定符和类型 | 方法和说明 |
|---|---|
void |
customize(String beanName,
AbstractConfig dubboConfigBean)
Customize
Dubbo Config Bean |
default void |
customize(String beanName,
Object configurationBean) |
void customize(String beanName, AbstractConfig dubboConfigBean)
Dubbo Config BeanbeanName - the name of Dubbo Config BeandubboConfigBean - the instance of Dubbo Config BeanCopyright © 2011–2021 The Apache Software Foundation. All rights reserved.