T - TYPE - public static class FilterChainBuilder.FilterChainNode<T,TYPE extends Invoker<T>,FILTER extends BaseFilter> extends Object implements Invoker<T>
| Constructor and Description |
|---|
FilterChainNode(TYPE originalInvoker,
Invoker<T> nextNode,
FILTER filter) |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
Class<T> |
getInterface() |
TYPE |
getOriginalInvoker() |
org.apache.dubbo.common.URL |
getUrl() |
Result |
invoke(Invocation invocation) |
boolean |
isAvailable() |
String |
toString() |
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitdestroyAllpublic TYPE getOriginalInvoker()
public Class<T> getInterface()
getInterface in interface Invoker<T>public org.apache.dubbo.common.URL getUrl()
getUrl in interface org.apache.dubbo.common.Nodepublic boolean isAvailable()
isAvailable in interface org.apache.dubbo.common.Nodepublic Result invoke(Invocation invocation) throws RpcException
invoke in interface Invoker<T>RpcExceptionpublic void destroy()
destroy in interface org.apache.dubbo.common.NodeCopyright © 2011–2022 The Apache Software Foundation. All rights reserved.