| Package | Description |
|---|---|
| org.apache.dubbo.config | |
| org.apache.dubbo.config.context | |
| org.apache.dubbo.rpc.model |
| Modifier and Type | Method and Description |
|---|---|
ApplicationConfig |
AbstractInterfaceConfig.getApplication()
Always use the global ApplicationConfig
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractInterfaceConfig.setApplication(ApplicationConfig application)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationConfig |
ConfigManager.getApplicationOrElseThrow() |
| Modifier and Type | Method and Description |
|---|---|
Optional<ApplicationConfig> |
ConfigManager.getApplication() |
Optional<ApplicationConfig> |
ModuleConfigManager.getApplication() |
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigManager.setApplication(ApplicationConfig application)
Set application config
|
| Modifier and Type | Method and Description |
|---|---|
static ApplicationConfig |
ApplicationModel.getApplicationConfig()
Deprecated.
Replace to
ApplicationModel.getCurrentConfig() |
ApplicationConfig |
ApplicationModel.getCurrentConfig() |
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.