public static class FilterChainBuilder.CallbackRegistrationInvoker<T,FILTER extends BaseFilter> extends Object implements Invoker<T>
| 构造器和说明 |
|---|
CallbackRegistrationInvoker(Invoker<T> filterInvoker,
List<FILTER> filters) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
destroy() |
Class<T> |
getInterface() |
org.apache.dubbo.common.URL |
getUrl() |
Result |
invoke(Invocation invocation) |
boolean |
isAvailable() |
destroyAllpublic Result invoke(Invocation invocation) throws RpcException
invoke 在接口中 Invoker<T>RpcExceptionpublic Class<T> getInterface()
getInterface 在接口中 Invoker<T>public org.apache.dubbo.common.URL getUrl()
getUrl 在接口中 org.apache.dubbo.common.Nodepublic boolean isAvailable()
isAvailable 在接口中 org.apache.dubbo.common.Nodepublic void destroy()
destroy 在接口中 org.apache.dubbo.common.NodeCopyright © 2011–2022 The Apache Software Foundation. All rights reserved.