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