@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> T |
getProxy(Invoker<T> invoker)
已过时。
|
default <T> T |
getProxy(org.apache.dubbo.rpc.Invoker<T> invoker)
已过时。
|
<T> T |
getProxy(Invoker<T> invoker,
boolean generic)
已过时。
|
default <T> T |
getProxy(org.apache.dubbo.rpc.Invoker<T> invoker,
boolean generic)
已过时。
|
<T> T getProxy(Invoker<T> invoker) throws RpcException
RpcException<T> T getProxy(Invoker<T> invoker, boolean generic) throws RpcException
RpcException<T> Invoker<T> getInvoker(T proxy, Class<T> type, URL url) throws RpcException
RpcExceptiondefault <T> T getProxy(org.apache.dubbo.rpc.Invoker<T> invoker)
throws org.apache.dubbo.rpc.RpcException
getProxy 在接口中 org.apache.dubbo.rpc.ProxyFactoryorg.apache.dubbo.rpc.RpcExceptiondefault <T> T getProxy(org.apache.dubbo.rpc.Invoker<T> invoker,
boolean generic)
throws org.apache.dubbo.rpc.RpcException
getProxy 在接口中 org.apache.dubbo.rpc.ProxyFactoryorg.apache.dubbo.rpc.RpcExceptiondefault <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.ProxyFactoryorg.apache.dubbo.rpc.RpcExceptionCopyright © 2011–2023 The Apache Software Foundation. All rights reserved.