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