@SPI(scope=FRAMEWORK)
public interface DubboSpringInitCustomizer
| 限定符和类型 | 方法和说明 |
|---|---|
void |
customize(DubboSpringInitContext context)
Customize dubbo spring initialization on bean registry processing phase.
|
void customize(DubboSpringInitContext context)
Customize dubbo spring initialization on bean registry processing phase.
You can register a BeanFactoryPostProcessor or BeanPostProcessor for custom processing.
Or change the bind module model via DubboSpringInitContext.setModuleModel(ModuleModel).
Note:
1. The bean factory may be not ready yet when triggered by parsing dubbo xml definition.
2. Some bean definitions may be not registered at this moment. If you plan to process all bean definitions,
it is recommended to register a custom BeanFactoryPostProcessor to do so.
context - Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.