ThrottleInterceptor constructor

ThrottleInterceptor(
  1. ThrottleController controller
)

Creates an interceptor driven by controller.

Implementation

ThrottleInterceptor(this.controller);