| 程序包 | 说明 |
|---|---|
| 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 |
| 限定符和类型 | 类和说明 |
|---|---|
class |
MethodConfig
已过时。
|
| 限定符和类型 | 方法和说明 |
|---|---|
static List<MethodConfig> |
MethodConfig.constructMethodConfig(Method[] methods) |
List<MethodConfig> |
AbstractInterfaceConfig.getMethods() |
| 限定符和类型 | 方法和说明 |
|---|---|
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) |
| 限定符和类型 | 方法和说明 |
|---|---|
MethodConfig |
MethodBuilder.build() |
| 限定符和类型 | 方法和说明 |
|---|---|
ServiceBuilder<U> |
ServiceBuilder.addMethod(MethodConfig method) |
ReferenceBuilder<T> |
ReferenceBuilder.addMethod(MethodConfig method) |
| 限定符和类型 | 方法和说明 |
|---|---|
ServiceBuilder<U> |
ServiceBuilder.addMethods(List<? extends MethodConfig> methods) |
ReferenceBuilder<T> |
ReferenceBuilder.addMethods(List<MethodConfig> methods) |
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
ConfigValidationUtils.validateMethodConfig(MethodConfig config) |
Copyright © 2011–2021 The Apache Software Foundation. All rights reserved.