接口 ProxyFactory
-
- 所有超级接口:
org.apache.dubbo.rpc.ProxyFactory
@Deprecated public interface ProxyFactory extends org.apache.dubbo.rpc.ProxyFactory
已过时。
-
-
方法概要
所有方法 实例方法 抽象方法 默认方法 已过时的方法 修饰符和类型 方法 说明 <T> Invoker<T>getInvoker(T proxy, Class<T> type, URL url)已过时。default <T> org.apache.dubbo.rpc.Invoker<T>getInvoker(T proxy, Class<T> type, org.apache.dubbo.common.URL url)已过时。<T> TgetProxy(Invoker<T> invoker)已过时。<T> TgetProxy(Invoker<T> invoker, boolean generic)已过时。default <T> TgetProxy(org.apache.dubbo.rpc.Invoker<T> invoker)已过时。default <T> TgetProxy(org.apache.dubbo.rpc.Invoker<T> invoker, boolean generic)已过时。
-
-
-
方法详细资料
-
getProxy
<T> T getProxy(Invoker<T> invoker) throws RpcException
已过时。- 抛出:
RpcException
-
getProxy
<T> T getProxy(Invoker<T> invoker, boolean generic) throws RpcException
已过时。- 抛出:
RpcException
-
getInvoker
<T> Invoker<T> getInvoker(T proxy, Class<T> type, URL url) throws RpcException
已过时。- 抛出:
RpcException
-
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
-
-