@Deprecated public interface Invoker<T> extends org.apache.dubbo.rpc.Invoker<T>
| Modifier and Type | Interface and Description |
|---|---|
static class |
Invoker.CompatibleInvoker<T>
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
default org.apache.dubbo.rpc.Invoker<T> |
getOriginal()
Deprecated.
|
URL |
getUrl()
Deprecated.
|
Result |
invoke(Invocation invocation)
Deprecated.
|
default org.apache.dubbo.rpc.Result |
invoke(org.apache.dubbo.rpc.Invocation invocation)
Deprecated.
|
Result invoke(Invocation invocation) throws RpcException
RpcExceptionURL getUrl()
getUrl in interface org.apache.dubbo.common.Nodedefault org.apache.dubbo.rpc.Invoker<T> getOriginal()
default org.apache.dubbo.rpc.Result invoke(org.apache.dubbo.rpc.Invocation invocation)
throws org.apache.dubbo.rpc.RpcException
invoke in interface org.apache.dubbo.rpc.Invoker<T>org.apache.dubbo.rpc.RpcExceptionCopyright © 2011–2019 The Apache Software Foundation. All rights reserved.