Class ThrottleRequestFilter

  • All Implemented Interfaces:
    RequestFilter

    public class ThrottleRequestFilter
    extends Object
    implements RequestFilter
    A RequestFilter throttles requests and block when the number of permits is reached, waiting for the response to arrives before executing the next request.