| 程序包 | 说明 |
|---|---|
| org.apache.dubbo.rpc | |
| org.apache.dubbo.rpc.support |
| 限定符和类型 | 方法和说明 |
|---|---|
InvokeMode |
RpcInvocation.getInvokeMode() |
static InvokeMode |
InvokeMode.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static InvokeMode[] |
InvokeMode.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
RpcInvocation.setInvokeMode(InvokeMode invokeMode) |
| 构造器和说明 |
|---|
RpcInvocation(ServiceModel serviceModel,
String methodName,
String interfaceName,
String protocolServiceKey,
Class<?>[] parameterTypes,
Object[] arguments,
Map<String,Object> attachments,
Invoker<?> invoker,
Map<Object,Object> attributes,
InvokeMode invokeMode)
已过时。
deprecated, will be removed in 3.1.x
|
RpcInvocation(String targetServiceUniqueName,
ServiceModel serviceModel,
String methodName,
String interfaceName,
String protocolServiceKey,
Class<?>[] parameterTypes,
Object[] arguments,
Map<String,Object> attachments,
Invoker<?> invoker,
Map<Object,Object> attributes,
InvokeMode invokeMode)
To create a brand-new invocation
|
| 限定符和类型 | 方法和说明 |
|---|---|
static InvokeMode |
RpcUtils.getInvokeMode(URL url,
Invocation inv) |
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.