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.Constructors in dev.failsafe with parameters of type RateLimiterConfigModifierConstructorDescription(package private)RateLimiterBuilder(RateLimiterConfig<R> config) (package private)RateLimiterConfig(RateLimiterConfig<R> config) -
Uses of RateLimiterConfig in dev.failsafe.internal
Fields in dev.failsafe.internal declared as RateLimiterConfigMethods in dev.failsafe.internal that return RateLimiterConfigConstructors in dev.failsafe.internal with parameters of type RateLimiterConfigModifierConstructorDescription(package private)BurstyRateLimiterStats(RateLimiterConfig<?> config, RateLimiterStats.Stopwatch stopwatch) RateLimiterImpl(RateLimiterConfig<R> config) (package private)RateLimiterImpl(RateLimiterConfig<R> config, RateLimiterStats.Stopwatch stopwatch) (package private)SmoothRateLimiterStats(RateLimiterConfig<?> config, RateLimiterStats.Stopwatch stopwatch)