public interface DubboConfigBeanCustomizer
extends 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),
DubboConfigBindingBeanPostProcessor| Modifier and Type | Method and Description |
|---|---|
void |
customize(String beanName,
AbstractConfig dubboConfigBean)
Customize
Dubbo Config Bean |
void customize(String beanName, AbstractConfig dubboConfigBean)
Dubbo Config BeanbeanName - the name of Dubbo Config BeandubboConfigBean - the instance of Dubbo Config BeanCopyright © 2011–2020 The Apache Software Foundation. All rights reserved.