| Package | Description |
|---|---|
| com.alibaba.dubbo.config | |
| org.apache.dubbo.config | |
| org.apache.dubbo.config.builders |
| Modifier and Type | Class and Description |
|---|---|
class |
MethodConfig
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static List<MethodConfig> |
MethodConfig.constructMethodConfig(Method[] methods) |
List<MethodConfig> |
ServiceConfig.getMethods() |
List<MethodConfig> |
ReferenceConfig.getMethods() |
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceConfig.setMethods(List<? extends MethodConfig> methods) |
void |
ReferenceConfig.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) |
Copyright © 2011–2019 The Apache Software Foundation. All rights reserved.