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)| Modifier and Type | Method and Description |
|---|---|
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–2022 The Apache Software Foundation. All rights reserved.