public class DubboInvoker<T> extends AbstractInvoker<T>
| 构造器和说明 |
|---|
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) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
destroy() |
void |
destroyAll() |
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 在接口中 org.apache.dubbo.common.NodeisAvailable 在类中 AbstractInvoker<T>public void destroy()
destroy 在接口中 org.apache.dubbo.common.Nodedestroy 在类中 AbstractInvoker<T>public void destroyAll()
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.