Package io.quarkiverse.bucket4j.runtime.resolver
-
Interface Summary Interface Description IdentityResolver Identity resolver enable rate limit segmentation, one distinct bucket will be created for each key -
Class Summary Class Description ConstantResolver Using this resolver will disable completely the rate limiting segmentation For a given rate limited method, all requests will use the same bucketIpResolver Using this resolver will enable rate limit segmentation by IP For a given endpoint, each IP will have its own bucket Vertx Http must be present in the project in order to use this