| Package | Description |
|---|---|
| com.alibaba.dubbo.config | |
| 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 | Class and Description |
|---|---|
class |
ProviderConfig
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ProviderConfig |
ServiceConfigBase.getProvider() |
| Modifier and Type | Method and Description |
|---|---|
List<ProviderConfig> |
ServiceConfigBase.getProviders()
Deprecated.
Replace to getProtocols()
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceConfigBase.setProvider(ProviderConfig provider) |
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceConfigBase.setProviders(List<ProviderConfig> providers)
Deprecated.
Replace to setProtocols()
|
| Modifier and Type | Method and Description |
|---|---|
DubboBootstrap |
DubboBootstrap.provider(ProviderConfig providerConfig) |
| Modifier and Type | Method and Description |
|---|---|
DubboBootstrap |
DubboBootstrap.providers(List<ProviderConfig> providerConfigs) |
| Modifier and Type | Method and Description |
|---|---|
ProviderConfig |
ProviderBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
ServiceBuilder<U> |
ServiceBuilder.provider(ProviderConfig provider) |
| Modifier and Type | Method and Description |
|---|---|
Optional<ProviderConfig> |
ConfigManager.getDefaultProvider()
Only allows one default ProviderConfig
|
Optional<ProviderConfig> |
ConfigManager.getProvider(String id) |
Collection<ProviderConfig> |
ConfigManager.getProviders() |
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigManager.addProvider(ProviderConfig providerConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigManager.addProviders(Iterable<ProviderConfig> providerConfigs) |
| Modifier and Type | Method and Description |
|---|---|
static void |
ConfigValidationUtils.validateProviderConfig(ProviderConfig config) |
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.