Packages

package ratelimiting

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. class ActiveRequestCounterInterceptor extends ServerInterceptor with NamedLogging

    Count and enforce limit for selected endpoints

    Count and enforce limit for selected endpoints

    Works for both, streams and requests. Limits the number of pending requests. For each enforced method, the count and limits are reported as metrics.

  2. sealed trait LimitResult extends AnyRef
  3. final class RateLimitingInterceptor extends ServerInterceptor

Ungrouped