| 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 | |
| org.apache.dubbo.rpc.model |
| Modifier and Type | Class and Description |
|---|---|
class |
ApplicationConfig
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationConfig |
AbstractInterfaceConfig.getApplication() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractInterfaceConfig.setApplication(ApplicationConfig application)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationConfig |
DubboBootstrap.getApplication() |
| Modifier and Type | Method and Description |
|---|---|
DubboBootstrap |
DubboBootstrap.application(ApplicationConfig applicationConfig)
Set the
ApplicationConfig |
| Modifier and Type | Method and Description |
|---|---|
ApplicationConfig |
ApplicationBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
B |
AbstractInterfaceBuilder.application(ApplicationConfig application) |
| Modifier and Type | Method and Description |
|---|---|
ApplicationConfig |
ConfigManager.getApplicationOrElseThrow() |
| Modifier and Type | Method and Description |
|---|---|
Optional<ApplicationConfig> |
ConfigManager.getApplication() |
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigManager.setApplication(ApplicationConfig application) |
| Modifier and Type | Method and Description |
|---|---|
static void |
ConfigValidationUtils.validateApplicationConfig(ApplicationConfig config) |
| Modifier and Type | Method and Description |
|---|---|
static ApplicationConfig |
ApplicationModel.getApplicationConfig() |
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.