Package io.github.teceli.resiliencia.patterns.ratelimiter
package io.github.teceli.resiliencia.patterns.ratelimiter
-
ClassDescriptionRateLimiter<T>RateLimiter pattern: bound how many calls may start per time window (fixed window,
limitcalls perperiod).Events emitted by the RateLimiter pattern.Thrown when a RateLimiter rejects a call because the current window's permits are used up and no permit would become available within the configured maximum wait time.