public class GrpcInvoker<T> extends AbstractInvoker<T>
| Constructor and Description |
|---|
GrpcInvoker(Class<T> type,
org.apache.dubbo.common.URL url,
Invoker<T> target,
ReferenceCountManagedChannel channel) |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
boolean |
isAvailable() |
boolean |
isDestroyed() |
getInterface, getUrl, invoke, toStringpublic GrpcInvoker(Class<T> type, org.apache.dubbo.common.URL url, Invoker<T> target, ReferenceCountManagedChannel channel)
public boolean isAvailable()
isAvailable in interface org.apache.dubbo.common.NodeisAvailable in class AbstractInvoker<T>public boolean isDestroyed()
isDestroyed in class AbstractInvoker<T>public void destroy()
destroy in interface org.apache.dubbo.common.Nodedestroy in class AbstractInvoker<T>Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.