| 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.utils |
| Modifier and Type | Method and Description |
|---|---|
MetadataReportConfig |
AbstractInterfaceConfig.getMetadataReportConfig()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractInterfaceConfig.setMetadataReportConfig(MetadataReportConfig metadataReportConfig)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
DubboBootstrap |
DubboBootstrap.metadataReport(MetadataReportConfig metadataReportConfig) |
| Modifier and Type | Method and Description |
|---|---|
DubboBootstrap |
DubboBootstrap.metadataReports(List<MetadataReportConfig> metadataReportConfigs) |
| Modifier and Type | Method and Description |
|---|---|
MetadataReportConfig |
MetadataReportBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
B |
AbstractInterfaceBuilder.metadataReportConfig(MetadataReportConfig metadataReportConfig) |
| Modifier and Type | Method and Description |
|---|---|
Collection<MetadataReportConfig> |
ConfigManager.getMetadataConfigs() |
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigManager.addMetadataReport(MetadataReportConfig metadataReportConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigManager.addMetadataReports(Iterable<MetadataReportConfig> metadataReportConfigs) |
| Modifier and Type | Method and Description |
|---|---|
static void |
ConfigValidationUtils.validateMetadataConfig(MetadataReportConfig metadataReportConfig) |
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.