| Package | Description |
|---|---|
| com.alibaba.dubbo.config | |
| 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.utils |
| Modifier and Type | Class and Description |
|---|---|
class |
MethodConfig
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static List<MethodConfig> |
MethodConfig.constructMethodConfig(Method[] methods) |
List<MethodConfig> |
AbstractInterfaceConfig.getMethods() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractInterfaceConfig.checkInterfaceAndMethods(Class<?> interfaceClass,
List<MethodConfig> methods)
Check whether the remote service interface and the methods meet with Dubbo's requirements.it mainly check, if the
methods configured in the configuration file are included in the interface of remote service
|
void |
AbstractInterfaceConfig.setMethods(List<? extends MethodConfig> methods) |
| Modifier and Type | Method and Description |
|---|---|
MethodConfig |
MethodBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
ServiceBuilder<U> |
ServiceBuilder.addMethod(MethodConfig method) |
ReferenceBuilder<T> |
ReferenceBuilder.addMethod(MethodConfig method) |
| Modifier and Type | Method and Description |
|---|---|
ServiceBuilder<U> |
ServiceBuilder.addMethods(List<? extends MethodConfig> methods) |
ReferenceBuilder<T> |
ReferenceBuilder.addMethods(List<MethodConfig> methods) |
| Modifier and Type | Method and Description |
|---|---|
static void |
ConfigValidationUtils.validateMethodConfig(MethodConfig config) |
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.