Uses of Interface
com.svenruppert.jsentinel.ratelimiting.RateLimitDecision
Packages that use RateLimitDecision
-
Uses of RateLimitDecision in com.svenruppert.jsentinel.ratelimiting
Classes in com.svenruppert.jsentinel.ratelimiting that implement RateLimitDecisionModifier and TypeClassDescriptionstatic final recordThe event was admitted; the caller proceeds.static final recordThe event was refused — the per-window count is already at or above the configured limit.Methods in com.svenruppert.jsentinel.ratelimiting that return RateLimitDecisionModifier and TypeMethodDescriptionInMemoryRateLimitPolicy.tryAcquire(RateLimitKey key) RateLimitPolicy.tryAcquire(RateLimitKey key) Attempts to record one event underkeyagainst the policy's configured per-window limit.