| Class | Description |
|---|---|
| DubboClassPathBeanDefinitionScanner |
Dubbo
ClassPathBeanDefinitionScanner that exposes some methods to be public. |
| DubboComponentScanRegistrar |
Dubbo
DubboComponentScan Bean Registrar |
| DubboConfigConfiguration |
Dubbo
Config Configuration |
| DubboConfigConfiguration.Multiple |
Multiple Dubbo
Config Bean Binding |
| DubboConfigConfiguration.Single |
Single Dubbo
Config Bean Binding |
| DubboConfigConfigurationRegistrar |
Dubbo
Config register, which order can be configured |
| DubboLifecycleComponentRegistrar | Deprecated
as 2.7.6, Dubbo
Lifecycle components will be registered automatically. |
| Annotation Type | Description |
|---|---|
| DubboComponentScan |
Dubbo Component Scan
Annotation,scans the classpath for annotated components that will be auto-registered as
Spring beans. |
| EnableDubbo |
Enables Dubbo components as Spring Beans, equals
DubboComponentScan and EnableDubboConfig combination. |
| EnableDubboConfig |
As a convenient and multiple
EnableConfigurationBeanBinding
in default behavior , is equal to single bean bindings with below convention prefixes of properties:
ApplicationConfig binding to property : "dubbo.application"
ModuleConfig binding to property : "dubbo.module"
RegistryConfig binding to property : "dubbo.registry"
ProtocolConfig binding to property : "dubbo.protocol"
MonitorConfig binding to property : "dubbo.monitor"
ProviderConfig binding to property : "dubbo.provider"
ConsumerConfig binding to property : "dubbo.consumer"
|
| EnableDubboLifecycle | Deprecated
as 2.7.6, Dubbo
Lifecycle components will be registered automatically. |
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.