接口 ProxyFactory

  • 所有超级接口:
    org.apache.dubbo.rpc.ProxyFactory

    @Deprecated
    public interface ProxyFactory
    extends org.apache.dubbo.rpc.ProxyFactory
    已过时。
    • 方法详细资料

      • getProxy

        default <T> T getProxy​(org.apache.dubbo.rpc.Invoker<T> invoker)
                        throws org.apache.dubbo.rpc.RpcException
        已过时。
        指定者:
        getProxy 在接口中 org.apache.dubbo.rpc.ProxyFactory
        抛出:
        org.apache.dubbo.rpc.RpcException
      • getProxy

        default <T> T getProxy​(org.apache.dubbo.rpc.Invoker<T> invoker,
                               boolean generic)
                        throws org.apache.dubbo.rpc.RpcException
        已过时。
        指定者:
        getProxy 在接口中 org.apache.dubbo.rpc.ProxyFactory
        抛出:
        org.apache.dubbo.rpc.RpcException
      • getInvoker

        default <T> org.apache.dubbo.rpc.Invoker<T> getInvoker​(T proxy,
                                                               Class<T> type,
                                                               org.apache.dubbo.common.URL url)
                                                        throws org.apache.dubbo.rpc.RpcException
        已过时。
        指定者:
        getInvoker 在接口中 org.apache.dubbo.rpc.ProxyFactory
        抛出:
        org.apache.dubbo.rpc.RpcException