Uses of Class
io.gitbub.devlibx.easy.helper.queue.IRateLimiter.Config
Packages that use IRateLimiter.Config
-
Uses of IRateLimiter.Config in io.gitbub.devlibx.easy.helper.queue
Constructors in io.gitbub.devlibx.easy.helper.queue with parameters of type IRateLimiter.ConfigModifierConstructorDescriptionProcessorQueue(int threadCount, int queueBufferSize, int maxTimeToWaitForAItemToProcessInSec, int maxRetryPerItem, IRateLimiter.Config rateLimiterConfig, IProcessor<T> processor)