Uses of Interface
dk.cloudcreate.essentials.components.foundation.messaging.queue.QueuePollingOptimizer
-
Packages that use QueuePollingOptimizer Package Description dk.cloudcreate.essentials.components.foundation.messaging.queue -
-
Uses of QueuePollingOptimizer in dk.cloudcreate.essentials.components.foundation.messaging.queue
Classes in dk.cloudcreate.essentials.components.foundation.messaging.queue that implement QueuePollingOptimizer Modifier and Type Class Description static classQueuePollingOptimizer.SimpleQueuePollingOptimizerTheQueuePollingOptimizer.SimpleQueuePollingOptimizersupports extending the polling sleep time (i.e.Methods in dk.cloudcreate.essentials.components.foundation.messaging.queue that return QueuePollingOptimizer Modifier and Type Method Description static QueuePollingOptimizerQueuePollingOptimizer. None()Constructors in dk.cloudcreate.essentials.components.foundation.messaging.queue with parameters of type QueuePollingOptimizer Constructor Description DefaultDurableQueueConsumer(ConsumeFromQueue consumeFromQueue, UOW_FACTORY unitOfWorkFactory, DURABLE_QUEUES durableQueues, Consumer<DurableQueueConsumer> removeDurableQueueConsumer, long pollingIntervalMs, QueuePollingOptimizer queuePollingOptimizer)
-