public class DubboInvoker<T> extends AbstractInvoker<T>
| Constructor and Description |
|---|
DubboInvoker(Class<T> serviceType,
URL url,
ExchangeClient[] clients) |
DubboInvoker(Class<T> serviceType,
URL url,
ExchangeClient[] clients,
Set<Invoker<?>> invokers) |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy()
destroy.
|
boolean |
isAvailable()
is available.
|
getInterface, getUrl, invoke, isDestroyed, toStringpublic DubboInvoker(Class<T> serviceType, URL url, ExchangeClient[] clients)
public boolean isAvailable()
NodeisAvailable in interface NodeisAvailable in class AbstractInvoker<T>Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.