| 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.event | |
| org.apache.dubbo.config.invoker | |
| org.apache.dubbo.config.spring | |
| org.apache.dubbo.config.utils |
| Modifier and Type | Class and Description |
|---|---|
class |
ServiceConfig<T>
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
default void |
ConfigInitializer.initServiceConfig(ServiceConfig serviceConfig) |
default void |
ConfigPostProcessor.postProcessServiceConfig(ServiceConfig serviceConfig) |
| Modifier and Type | Method and Description |
|---|---|
DubboBootstrap |
DubboBootstrap.service(ServiceConfig<?> serviceConfig) |
| Modifier and Type | Method and Description |
|---|---|
DubboBootstrap |
DubboBootstrap.services(List<ServiceConfig> serviceConfigs) |
| Modifier and Type | Method and Description |
|---|---|
ServiceConfig<U> |
ServiceBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
ServiceConfig |
ServiceConfigUnexportedEvent.getServiceConfig() |
ServiceConfig |
ServiceConfigExportedEvent.getServiceConfig() |
| Constructor and Description |
|---|
ServiceConfigExportedEvent(ServiceConfig source) |
ServiceConfigUnexportedEvent(ServiceConfig source) |
| Modifier and Type | Method and Description |
|---|---|
ServiceConfig<?> |
DelegateProviderMetaDataInvoker.getMetadata() |
| Constructor and Description |
|---|
DelegateProviderMetaDataInvoker(Invoker<T> invoker,
ServiceConfig<?> metadata) |
| Modifier and Type | Class and Description |
|---|---|
class |
ServiceBean<T>
ServiceFactoryBean
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ConfigValidationUtils.validateServiceConfig(ServiceConfig config) |
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.