Interface RateLimiterConfig


  • @ConfigMapping(prefix="quarkus.rate-limiter")
    @ConfigRoot(phase=BUILD_AND_RUN_TIME_FIXED)
    public interface RateLimiterConfig
    • Method Detail

      • buckets

        @ConfigDocMapKey("bucket-id")
        Map<String,​RateLimiterConfig.Bucket> buckets()
        represent a group of limit applied to a method identified by the bucket id