接口 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>
    已过时。
    • 方法详细资料

      • 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