Uses of Interface
org.apache.dubbo.rpc.BaseFilter.Listener
Packages that use BaseFilter.Listener
Package
Description
-
Uses of BaseFilter.Listener in org.apache.dubbo.rpc
Methods in org.apache.dubbo.rpc that return BaseFilter.ListenerModifier and TypeMethodDescriptionListenableFilter.listener()Deprecated.ListenableFilter.listener(Invocation invocation) Deprecated.Methods in org.apache.dubbo.rpc with parameters of type BaseFilter.ListenerModifier and TypeMethodDescriptionvoidListenableFilter.addListener(Invocation invocation, BaseFilter.Listener listener) Deprecated. -
Uses of BaseFilter.Listener in org.apache.dubbo.rpc.filter
Classes in org.apache.dubbo.rpc.filter that implement BaseFilter.ListenerModifier and TypeClassDescriptionclassActiveLimitFilter restrict the concurrent client invocation for a service or service's method from client side.classif the load balance is adaptive ,set attachment to get the metrics of the serverclassSwitch thread context class loader on filter callback.classSet the current execution thread class loader to service interface's class loader.classDeprecated.classContextFilter set the provider RpcContext with invoker, invocation, local port it is using and host for current execution thread.classExceptionInvokerFilterclassThe maximum parallel execution request count per method per service for the provider.If the max configured executes is set to 10 and if invoke request where it is already 10 then it will throw exception.classGenericInvokerFilter.classGenericImplInvokerFilterclassclassRpcExceptionFilterclassLog any invocation timeout, but don't stop server from running -
Uses of BaseFilter.Listener in org.apache.dubbo.rpc.protocol.dubbo.filter
Classes in org.apache.dubbo.rpc.protocol.dubbo.filter that implement BaseFilter.Listener