| Package | Description |
|---|---|
| org.apache.dubbo.rpc | |
| org.apache.dubbo.rpc.support |
| Modifier and Type | Method and Description |
|---|---|
InvokeMode |
RpcInvocation.getInvokeMode() |
static InvokeMode |
InvokeMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InvokeMode[] |
InvokeMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RpcInvocation.setInvokeMode(InvokeMode invokeMode) |
| Modifier and Type | Method and Description |
|---|---|
static InvokeMode |
RpcUtils.getInvokeMode(URL url,
Invocation inv) |
Copyright © 2011–2019 The Apache Software Foundation. All rights reserved.