接口的使用
org.apache.dubbo.rpc.Filter.Listener
-
使用Filter.Listener的程序包 程序包 说明 org.apache.dubbo.monitor.support org.apache.dubbo.rpc org.apache.dubbo.rpc.filter org.apache.dubbo.rpc.protocol.dubbo.filter -
-
org.apache.dubbo.monitor.support中Filter.Listener的使用
实现Filter.Listener的org.apache.dubbo.monitor.support中的类 修饰符和类型 类 说明 classMonitorFilterMonitorFilter. -
org.apache.dubbo.rpc中Filter.Listener的使用
返回Filter.Listener的org.apache.dubbo.rpc中的方法 修饰符和类型 方法 说明 Filter.ListenerListenableFilter. listener()Filter.ListenerListenableFilter. listener(Invocation invocation)参数类型为Filter.Listener的org.apache.dubbo.rpc中的方法 修饰符和类型 方法 说明 voidListenableFilter. addListener(Invocation invocation, Filter.Listener listener) -
org.apache.dubbo.rpc.filter中Filter.Listener的使用
实现Filter.Listener的org.apache.dubbo.rpc.filter中的类 修饰符和类型 类 说明 classActiveLimitFilterActiveLimitFilter restrict the concurrent client invocation for a service or service's method from client side.classCompatibleFilterCompatibleFilter make the remote method's return value compatible to invoker's version of object.classContextFilterContextFilter set the provider RpcContext with invoker, invocation, local port it is using and host for current execution thread.classExceptionFilterExceptionInvokerFilterclassExecuteLimitFilterThe 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.classGenericFilterGenericInvokerFilter.classGenericImplFilterGenericImplInvokerFilterclassTimeoutFilterLog any invocation timeout, but don't stop server from running -
org.apache.dubbo.rpc.protocol.dubbo.filter中Filter.Listener的使用
实现Filter.Listener的org.apache.dubbo.rpc.protocol.dubbo.filter中的类 修饰符和类型 类 说明 classFutureFilterEventFilter
-