Uses of Class
dk.cloudcreate.essentials.components.foundation.messaging.queue.NextQueuedMessage
Packages that use NextQueuedMessage
-
Uses of NextQueuedMessage in dk.cloudcreate.essentials.components.foundation.messaging.queue
Methods in dk.cloudcreate.essentials.components.foundation.messaging.queue that return types with arguments of type NextQueuedMessageModifier and TypeMethodDescriptiondefault List<NextQueuedMessage>DurableQueues.queryForMessagesSoonReadyForDelivery(QueueName queueName, int maxNumberOfMessagesToReturn) Query for the nextmaxNumberOfMessagesToReturnqueued messages that are soon ready to be delivered usingInstant.now()aswithNextDeliveryTimestampAfter
This is a useful method for a custom queue consumer to know if it's necessary to callDurableQueues.getNextMessageReadyForDelivery(GetNextMessageReadyForDelivery)DurableQueues.queryForMessagesSoonReadyForDelivery(QueueName queueName, Instant withNextDeliveryTimestampAfter, int maxNumberOfMessagesToReturn) Query for the nextmaxNumberOfMessagesToReturnqueued messages that are soon ready to be delivered
This is a useful method for a custom queue consumer to know if it's necessary to callDurableQueues.getNextMessageReadyForDelivery(GetNextMessageReadyForDelivery)Methods in dk.cloudcreate.essentials.components.foundation.messaging.queue with parameters of type NextQueuedMessage