Class LocalRateLimiter

java.lang.Object
org.awsutils.sqs.config.AbstractLocalRateLimiter
org.awsutils.sqs.config.LocalRateLimiter
All Implemented Interfaces:
org.awsutils.common.ratelimiter.RateLimiter, org.awsutils.common.ratelimiter.RateLimiterReload

public class LocalRateLimiter extends AbstractLocalRateLimiter
  • Constructor Details

    • LocalRateLimiter

      public LocalRateLimiter(String rateLimiterKey, String rateLimiterTimeUnitKey, org.springframework.core.env.Environment environment)
  • Method Details