Uses of Class
dev.failsafe.RateLimiterConfig
Packages that use RateLimiterConfig
-
Uses of RateLimiterConfig in dev.failsafe
Subclasses with type arguments of type RateLimiterConfig in dev.failsafeMethods in dev.failsafe that return RateLimiterConfigModifier and TypeMethodDescriptionRateLimiter.getConfig()Returns theRateLimiterConfigthat the RateLimiter was built with.Methods in dev.failsafe with parameters of type RateLimiterConfigModifier and TypeMethodDescriptionstatic <R> RateLimiterBuilder<R> RateLimiter.builder(RateLimiterConfig<R> config) Creates a new RateLimiterBuilder that will be based on theconfig. -
Uses of RateLimiterConfig in dev.failsafe.internal
Methods in dev.failsafe.internal that return RateLimiterConfigConstructors in dev.failsafe.internal with parameters of type RateLimiterConfig