package ratelimiting
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- 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.
- sealed trait LimitResult extends AnyRef
- final class RateLimitingInterceptor extends ServerInterceptor
Value Members
- object ActiveRequestCounterInterceptor
- object LimitResult
- object RateLimitingInterceptor