Package io.github.teceli.resiliencia.patterns.ratelimiter


package io.github.teceli.resiliencia.patterns.ratelimiter
  • Class
    Description
    RateLimiter pattern: bound how many calls may start per time window (fixed window, limit calls per period).
    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.