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.rateLimiterMethods in dev.failsafe that return RateLimiterModifier and TypeMethodDescriptionRateLimiterBuilder.build()Builds a newRateLimiterusing the builder's configuration.RateLimiter<?> RateLimitExceededException.getRateLimiter()Returns theRateLimiterthat 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 TypeClassDescriptionclassA RateLimiter implementation that supports smooth and bursty rate limiting.