| Constructor and Description |
|---|
AbstractInvoker(Class<T> type,
URL url) |
AbstractInvoker(Class<T> type,
URL url,
Map<String,Object> attachment) |
AbstractInvoker(Class<T> type,
URL url,
String[] keys) |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
Class<T> |
getInterface()
get service interface.
|
URL |
getUrl() |
Result |
invoke(Invocation inv)
invoke.
|
boolean |
isAvailable() |
boolean |
isDestroyed() |
String |
toString() |
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitdestroyAllpublic Class<T> getInterface()
InvokergetInterface in interface Invoker<T>public boolean isAvailable()
isAvailable in interface Nodepublic boolean isDestroyed()
public Result invoke(Invocation inv) throws RpcException
Invokerinvoke in interface Invoker<T>RpcExceptionCopyright © 2011–2022 The Apache Software Foundation. All rights reserved.