Uses of Interface
dev.failsafe.RateLimiter
Packages that use RateLimiter
-
Uses of RateLimiter in dev.failsafe
Fields in dev.failsafe declared as RateLimiterModifier and TypeFieldDescriptionprivate final RateLimiter
<?> RateLimitExceededException.rateLimiter
Methods in dev.failsafe that return RateLimiterModifier and TypeMethodDescriptionRateLimiterBuilder.build()
Builds a newRateLimiter
using the builder's configuration.RateLimiter
<?> RateLimitExceededException.getRateLimiter()
Returns theRateLimiter
that caused the exception.Constructors in dev.failsafe with parameters of type RateLimiter -
Uses of RateLimiter in dev.failsafe.internal
Classes in dev.failsafe.internal that implement RateLimiterModifier and TypeClassDescriptionclass
A RateLimiter implementation that supports smooth and bursty rate limiting.