Uses of Interface
org.redisson.api.queue.QueuePollArgs
Packages that use QueuePollArgs
-
Uses of QueuePollArgs in org.redisson.api
Methods in org.redisson.api with parameters of type QueuePollArgsModifier and TypeMethodDescriptionRReliableQueue.poll(QueuePollArgs args) Retrieves and removes the head of this queue with the specified polling arguments.RReliableQueueReactive.poll(QueuePollArgs args) Retrieves and removes the head of this queue with the specified polling arguments.RReliableQueueRx.poll(QueuePollArgs args) Retrieves and removes the head of this queue with the specified polling arguments.RReliableQueueAsync.pollAsync(QueuePollArgs args) Retrieves and removes the head of this queue with the specified polling arguments.RReliableQueue.pollMany(QueuePollArgs pargs) Retrieves and removes multiple messages from the queue with the specified polling arguments.RReliableQueueReactive.pollMany(QueuePollArgs pargs) Retrieves and removes multiple messages from the queue with the specified polling arguments.RReliableQueueRx.pollMany(QueuePollArgs pargs) Retrieves and removes multiple messages from the queue with the specified polling arguments.RReliableQueueAsync.pollManyAsync(QueuePollArgs pargs) Retrieves and removes multiple messages from the queue with the specified polling arguments. -
Uses of QueuePollArgs in org.redisson.api.queue
Classes in org.redisson.api.queue that implement QueuePollArgsMethods in org.redisson.api.queue that return QueuePollArgsModifier and TypeMethodDescriptionQueuePollArgs.acknowledgeMode(AcknowledgeMode mode) Sets the acknowledgment mode for message processing.QueuePollParams.acknowledgeMode(AcknowledgeMode mode) QueuePollArgs.count(int value) Sets the maximum number of messages to retrieve in a single poll operation.QueuePollParams.count(int value) static QueuePollArgsQueuePollArgs.defaults()Creates a new instance of QueuePollArgs with default settings.QueuePollArgs.headersCodec(Codec codec) Specifies the codec to use for decoding message headers.QueuePollParams.headersCodec(Codec codec) Sets the maximum time to wait for messages to become available.QueuePollArgs.visibility(Duration value) Sets the visibility timeout for retrieved messages.QueuePollParams.visibility(Duration visibility)