Uses of Enum Class
dev.relism.flash.ext.limiter.LimitStrategy
Packages that use LimitStrategy
-
Uses of LimitStrategy in dev.relism.flash.ext.limiter
Methods in dev.relism.flash.ext.limiter that return LimitStrategyModifier and TypeMethodDescriptionstatic LimitStrategyReturns the enum constant of this class with the specified name.static LimitStrategy[]LimitStrategy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.relism.flash.ext.limiter with parameters of type LimitStrategyModifier and TypeMethodDescriptionGuard.limit(String resolverKey, int requests, long window, TimeUnit unit, LimitStrategy strategy) Returns aMiddlewarethat enforces the given rate limit with the specified strategy.