类 ExecuteLimitFilter

  • 所有已实现的接口:
    Filter, Filter.Listener

    @Activate(group="provider",
              value="executes")
    public class ExecuteLimitFilter
    extends Object
    implements Filter, Filter.Listener
    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. It continue the same behaviour un till it is <10.