RateLimitedRequestAttemptUtil<T> constructor

RateLimitedRequestAttemptUtil<T>(
  1. RateLimitedRequestAttemptConfig<T> config
)

Creates a new RateLimitedRequestAttemptUtil instance.

config specifies the domain, source, and rate limiting parameters.

Implementation

RateLimitedRequestAttemptUtil(this.config);