Package com.alibaba.dubbo.rpc
Interface Invoker<T>
- All Superinterfaces:
org.apache.dubbo.rpc.Invoker<T>,org.apache.dubbo.common.Node
- All Known Implementing Classes:
Invoker.CompatibleInvoker
Deprecated.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptiondefault org.apache.dubbo.rpc.Invoker<T> Deprecated.getUrl()Deprecated.invoke(Invocation invocation) Deprecated.default org.apache.dubbo.rpc.Resultinvoke(org.apache.dubbo.rpc.Invocation invocation) Deprecated.Methods inherited from interface org.apache.dubbo.rpc.Invoker
getInterfaceMethods inherited from interface org.apache.dubbo.common.Node
destroy, isAvailable
-
Method Details
-
invoke
Deprecated.- Throws:
RpcException
-
getUrl
URL getUrl()Deprecated.- Specified by:
getUrlin interfaceorg.apache.dubbo.common.Node
-
getOriginal
Deprecated. -
invoke
default org.apache.dubbo.rpc.Result invoke(org.apache.dubbo.rpc.Invocation invocation) throws org.apache.dubbo.rpc.RpcException Deprecated.- Specified by:
invokein interfaceorg.apache.dubbo.rpc.Invoker<T>- Throws:
org.apache.dubbo.rpc.RpcException
-