接口 BaseFilter
-
- 所有已知子接口:
Filter
- 所有已知实现类:
AccessLogFilter,ActiveLimitFilter,ClassLoaderCallbackFilter,ClassLoaderFilter,CompatibleFilter,ContextFilter,DeprecatedFilter,EchoFilter,ExceptionFilter,ExecuteLimitFilter,GenericFilter,GenericImplFilter,ListenableFilter,ProfilerServerFilter,TimeoutFilter,TokenFilter,TpsLimitFilter
public interface BaseFilter
-
-
嵌套类概要
嵌套类 修饰符和类型 接口 说明 static interfaceBaseFilter.ListenerThis callback listener applies to both synchronous and asynchronous calls, please put logics that need to be executed on return of rpc result in onResponse or onError respectively based on it is normal return or exception return.
-
-
-
方法详细资料
-
invoke
Result invoke(Invoker<?> invoker, Invocation invocation) throws RpcException
Always call invoker.invoke() in the implementation to hand over the request to the next filter node.- 抛出:
RpcException
-
-