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