| Package | Description |
|---|---|
| org.apache.dubbo.monitor.support | |
| org.apache.dubbo.rpc.filter | |
| org.apache.dubbo.rpc.protocol.dubbo.filter |
| Modifier and Type | Class and Description |
|---|---|
class |
MonitorFilter
MonitorFilter.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ActiveLimitFilter
ActiveLimitFilter restrict the concurrent client invocation for a service or service's method from client side.
|
class |
CompatibleFilter
CompatibleFilter make the remote method's return value compatible to invoker's version of object.
|
class |
ConsumerContextFilter
ConsumerContextFilter set current RpcContext with invoker,invocation, local host, remote host and port
for consumer invoker.It does it to make the requires info available to execution thread's RpcContext.
|
class |
ContextFilter
ContextFilter set the provider RpcContext with invoker, invocation, local port it is using and host for
current execution thread.
|
class |
ExceptionFilter
ExceptionInvokerFilter
|
class |
ExecuteLimitFilter
The 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 throws exception.
|
class |
GenericFilter
GenericInvokerFilter.
|
class |
GenericImplFilter
GenericImplInvokerFilter
|
class |
TimeoutFilter
Log any invocation timeout, but don't stop server from running
|
| Modifier and Type | Class and Description |
|---|---|
class |
FutureFilter
EventFilter
|
Copyright © 2011–2019 The Apache Software Foundation. All rights reserved.