接口 Invoker<T>
-
- 所有超级接口:
org.apache.dubbo.rpc.Invoker<T>,org.apache.dubbo.common.Node
- 所有已知实现类:
Invoker.CompatibleInvoker
@Deprecated public interface Invoker<T> extends org.apache.dubbo.rpc.Invoker<T>
已过时。
-
-
嵌套类概要
嵌套类 修饰符和类型 接口 说明 static classInvoker.CompatibleInvoker<T>已过时。
-
-
-
方法详细资料
-
invoke
Result invoke(Invocation invocation) throws RpcException
已过时。- 抛出:
RpcException
-
getUrl
URL getUrl()
已过时。- 指定者:
getUrl在接口中org.apache.dubbo.common.Node
-
getOriginal
default org.apache.dubbo.rpc.Invoker<T> getOriginal()
已过时。
-
invoke
default org.apache.dubbo.rpc.Result invoke(org.apache.dubbo.rpc.Invocation invocation) throws org.apache.dubbo.rpc.RpcException已过时。- 指定者:
invoke在接口中org.apache.dubbo.rpc.Invoker<T>- 抛出:
org.apache.dubbo.rpc.RpcException
-
-