| Package | Description |
|---|---|
| org.apache.dubbo.config | |
| org.apache.dubbo.config.bootstrap.builders |
A bunch of builder classes to facilitate programming of raw API.
|
| org.apache.dubbo.config.spring | |
| org.apache.dubbo.config.spring.beans.factory.annotation | |
| org.apache.dubbo.config.utils |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractReferenceConfig
AbstractConsumerConfig
|
class |
AbstractServiceConfig
AbstractServiceConfig
|
class |
ConsumerConfig
The service consumer default configuration
|
class |
ProviderConfig
The service provider default configuration
|
class |
ReferenceConfig<T>
Please avoid using this class for any new application,
use
ReferenceConfigBase instead. |
class |
ReferenceConfigBase<T>
ReferenceConfig
|
class |
ServiceConfig<T> |
class |
ServiceConfigBase<T>
ServiceConfig
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractInterfaceConfig.completeCompoundConfigs(AbstractInterfaceConfig interfaceConfig) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractInterfaceBuilder<T extends AbstractInterfaceConfig,B extends AbstractInterfaceBuilder<T,B>>
AbstractBuilder
|
| Modifier and Type | Class and Description |
|---|---|
class |
ReferenceBean<T>
ReferenceFactoryBean
|
class |
ServiceBean<T>
ServiceFactoryBean
|
| Modifier and Type | Class and Description |
|---|---|
class |
AnnotatedInterfaceConfigBeanBuilder<C extends AbstractInterfaceConfig>
An Abstract Builder to build
Interface Config Bean that annotated
some annotation. |
| Modifier and Type | Method and Description |
|---|---|
static void |
ConfigValidationUtils.checkMock(Class<?> interfaceClass,
AbstractInterfaceConfig config)
Legitimacy check and setup of local simulated operations.
|
static URL |
ConfigValidationUtils.loadMonitor(AbstractInterfaceConfig interfaceConfig,
URL registryURL) |
static List<URL> |
ConfigValidationUtils.loadRegistries(AbstractInterfaceConfig interfaceConfig,
boolean provider) |
static void |
ConfigValidationUtils.validateAbstractInterfaceConfig(AbstractInterfaceConfig config) |
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.