Package dev.relism.flash.ext.limiter


package dev.relism.flash.ext.limiter
  • Class
    Description
    Pre-allocated per-key rate limit state.
    Thread-safe store of pre-allocated Bucket instances keyed by partition key.
    Manual rate-limit guard for lambda routes.
    Extracts a partition key from an incoming request.
    Applies a rate limit to a class-based RequestHandler.
    Immutable configuration snapshot for a single rate-limit rule.
    Extension configuration: holds the named KeyResolver registry.
    Rate-limiting extension for Flash.
    Enumeration of built-in rate-limit algorithms.
    Contract for a rate-limit algorithm.