| Package | Description |
|---|---|
| org.apache.dubbo.config | |
| org.apache.dubbo.config.bootstrap | |
| org.apache.dubbo.config.bootstrap.builders |
A bunch of builder classes to facilitate programming of raw API.
|
| org.apache.dubbo.config.context | |
| org.apache.dubbo.config.spring | |
| org.apache.dubbo.config.utils |
| Modifier and Type | Method and Description |
|---|---|
ConfigCenterConfig |
AbstractInterfaceConfig.getConfigCenter()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractInterfaceConfig.setConfigCenter(ConfigCenterConfig configCenter)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
DubboBootstrap |
DubboBootstrap.configCenter(ConfigCenterConfig configCenterConfig) |
| Modifier and Type | Method and Description |
|---|---|
DubboBootstrap |
DubboBootstrap.configCenters(List<ConfigCenterConfig> configCenterConfigs) |
| Modifier and Type | Method and Description |
|---|---|
ConfigCenterConfig |
ConfigCenterBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
B |
AbstractInterfaceBuilder.configCenter(ConfigCenterConfig configCenter) |
| Modifier and Type | Method and Description |
|---|---|
ConfigCenterConfig |
ConfigManager.getConfigCenter(String id) |
| Modifier and Type | Method and Description |
|---|---|
Collection<ConfigCenterConfig> |
ConfigManager.getConfigCenters() |
Optional<Collection<ConfigCenterConfig>> |
ConfigManager.getDefaultConfigCenter() |
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigManager.addConfigCenter(ConfigCenterConfig configCenter) |
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigManager.addConfigCenters(Iterable<ConfigCenterConfig> configCenters) |
| Modifier and Type | Class and Description |
|---|---|
class |
ConfigCenterBean
Start from 2.7.0+, export and refer will only be executed when Spring is fully initialized, and each Config bean will get refreshed on the start of the export and refer process.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ConfigValidationUtils.validateConfigCenterConfig(ConfigCenterConfig config) |
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.