Package org.awsutils.sqs.config
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
-
Constructor Summary
ConstructorsConstructorDescriptionLocalRateLimiter(String rateLimiterKey, String rateLimiterTimeUnitKey, org.springframework.core.env.Environment environment) -
Method Summary
Methods inherited from class org.awsutils.sqs.config.AbstractLocalRateLimiter
getMaxRate, getRateLimiterName, hasExceededMaxRate, init, refreshIfRateChangedMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.awsutils.common.ratelimiter.RateLimiter
execute, execute