Uses of Interface
org.apache.dubbo.rpc.Filter
Packages that use Filter
-
Uses of Filter in org.apache.dubbo.rpc
Classes in org.apache.dubbo.rpc that implement Filter -
Uses of Filter in org.apache.dubbo.rpc.filter
Classes in org.apache.dubbo.rpc.filter that implement FilterModifier and TypeClassDescriptionclassRecord access log for the service.classActiveLimitFilter 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.classDeprecatedFilter logs error message if a invoked method has been marked as deprecated.classDubbo provided default Echo echo service, which is available for all dubbo provider service interface.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 runningclassPerform check whether given provider token is matching with remote token or not.classTpsLimitFilter limit the TPS (transaction per second) for all method of a service or a particular method.