public class DubboInvoker<T> extends AbstractInvoker<T>
| 构造器和说明 |
|---|
DubboInvoker(Class<T> serviceType,
URL url,
ExchangeClient[] clients) |
DubboInvoker(Class<T> serviceType,
URL url,
ExchangeClient[] clients,
Set<Invoker<?>> invokers) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
destroy()
destroy.
|
void |
destroyAll()
destroy all
|
boolean |
isAvailable()
is available.
|
getInterface, getUrl, invoke, isDestroyed, toStringpublic DubboInvoker(Class<T> serviceType, URL url, ExchangeClient[] clients)
public boolean isAvailable()
NodeisAvailable 在接口中 NodeisAvailable 在类中 AbstractInvoker<T>public void destroy()
Nodedestroy 在接口中 Nodedestroy 在类中 AbstractInvoker<T>public void destroyAll()
InvokerCopyright © 2011–2021 The Apache Software Foundation. All rights reserved.