| Package | Description |
|---|---|
| org.apache.dubbo.common.config | |
| org.apache.dubbo.config | |
| org.apache.dubbo.config.context |
| Modifier and Type | Method and Description |
|---|---|
CompositeConfiguration |
Environment.getPrefixedConfiguration(AbstractConfig config)
At start-up, Dubbo is driven by various configuration, such as Application, Registry, Protocol, etc.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractInterfaceConfig
AbstractDefaultConfig
|
class |
AbstractMethodConfig
AbstractMethodConfig
|
class |
AbstractReferenceConfig
AbstractConsumerConfig
|
class |
AbstractServiceConfig
AbstractServiceConfig
|
class |
ApplicationConfig
The application info
|
class |
ConfigCenterConfig
ConfigCenterConfig
|
class |
ConsumerConfig
The service consumer default configuration
|
class |
MetadataReportConfig
MetadataReportConfig
|
class |
MethodConfig
The method configuration
|
class |
MetricsConfig |
class |
ModuleConfig
The module info
|
class |
MonitorConfig
MonitorConfig
|
class |
ProtocolConfig
ProtocolConfig
|
class |
ProviderConfig
The service provider default configuration
|
class |
ReferenceConfigBase<T>
ReferenceConfig
|
class |
RegistryConfig
RegistryConfig
|
class |
ServiceConfigBase<T>
ServiceConfig
|
class |
SslConfig |
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigManager.addConfig(AbstractConfig config)
Add the dubbo
config |
void |
ConfigManager.removeConfig(AbstractConfig config)
In some scenario, we may nee to add and remove ServiceConfig or ReferenceConfig dynamically.
|
| Constructor and Description |
|---|
ConfigConfigurationAdapter(AbstractConfig config) |
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.