public abstract class AbstractProxyInvoker<T> extends Object implements Invoker<T>
| 构造器和说明 |
|---|
AbstractProxyInvoker(T proxy,
Class<T> type,
URL url) |
public Class<T> getInterface()
InvokergetInterface 在接口中 Invoker<T>public boolean isAvailable()
isAvailable 在接口中 Nodepublic Result invoke(Invocation invocation) throws RpcException
Invokerinvoke 在接口中 Invoker<T>RpcExceptionCopyright © 2011–2020 The Apache Software Foundation. All rights reserved.