Interface Invoker<T>

All Superinterfaces:
org.apache.dubbo.rpc.Invoker<T>, org.apache.dubbo.common.Node
All Known Implementing Classes:
Invoker.CompatibleInvoker

@Deprecated public interface Invoker<T> extends org.apache.dubbo.rpc.Invoker<T>
Deprecated.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static class 
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    default org.apache.dubbo.rpc.Invoker<T>
    Deprecated.
     
    Deprecated.
     
    invoke(Invocation invocation)
    Deprecated.
     
    default org.apache.dubbo.rpc.Result
    invoke(org.apache.dubbo.rpc.Invocation invocation)
    Deprecated.
     

    Methods inherited from interface org.apache.dubbo.rpc.Invoker

    getInterface

    Methods inherited from interface org.apache.dubbo.common.Node

    destroy, isAvailable
  • Method Details

    • invoke

      Result invoke(Invocation invocation) throws RpcException
      Deprecated.
      Throws:
      RpcException
    • getUrl

      URL getUrl()
      Deprecated.
      Specified by:
      getUrl in interface org.apache.dubbo.common.Node
    • getOriginal

      default org.apache.dubbo.rpc.Invoker<T> 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:
      invoke in interface org.apache.dubbo.rpc.Invoker<T>
      Throws:
      org.apache.dubbo.rpc.RpcException