Interface QuarkusTokenBucketConfiguration

All Superinterfaces:
org.apache.polaris.service.ratelimiter.TokenBucketConfiguration

@ConfigMapping(prefix="polaris.rate-limiter.token-bucket") public interface QuarkusTokenBucketConfiguration extends org.apache.polaris.service.ratelimiter.TokenBucketConfiguration
  • Method Summary

    Modifier and Type
    Method
    Description
    The type of the token bucket factory.

    Methods inherited from interface org.apache.polaris.service.ratelimiter.TokenBucketConfiguration

    requestsPerSecond, window
  • Method Details

    • type

      String type()
      The type of the token bucket factory. Must be a registered TokenBucketFactory identifier.