Package io.quarkiverse.bucket4j.runtime
Interface RateLimiterConfig
-
@ConfigMapping(prefix="quarkus.rate-limiter") @ConfigRoot(phase=BUILD_AND_RUN_TIME_FIXED) public interface RateLimiterConfig
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceRateLimiterConfig.Bucketrepresent one single bucketstatic interfaceRateLimiterConfig.Limitrepresent one single limit
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,RateLimiterConfig.Bucket>buckets()represent a group of limit applied to a method identified by the bucket id
-
-
-
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
-
-