Uses of Interface
org.redisson.api.queue.QueueRemoveArgs
Packages that use QueueRemoveArgs
-
Uses of QueueRemoveArgs in org.redisson.api
Methods in org.redisson.api with parameters of type QueueRemoveArgsModifier and TypeMethodDescriptionbooleanRReliableQueue.remove(QueueRemoveArgs args) Removes a specific message from the queue.reactor.core.publisher.Mono<Boolean> RReliableQueueReactive.remove(QueueRemoveArgs args) Removes a specific message from the queue.io.reactivex.rxjava3.core.Single<Boolean> RReliableQueueRx.remove(QueueRemoveArgs args) Removes a specific message from the queue.RReliableQueueAsync.removeAsync(QueueRemoveArgs args) Removes a specific message from the queue.intRReliableQueue.removeMany(QueueRemoveArgs args) Removes multiple messages from the queue in a single operation.reactor.core.publisher.Mono<Integer> RReliableQueueReactive.removeMany(QueueRemoveArgs args) Removes multiple messages from the queue in a Mono operation.io.reactivex.rxjava3.core.Single<Integer> RReliableQueueRx.removeMany(QueueRemoveArgs args) Removes multiple messages from the queue in a single operation.RReliableQueueAsync.removeManyAsync(QueueRemoveArgs args) Removes multiple messages from the queue in a single operation. -
Uses of QueueRemoveArgs in org.redisson.api.queue
Classes in org.redisson.api.queue that implement QueueRemoveArgsMethods in org.redisson.api.queue that return QueueRemoveArgsModifier and TypeMethodDescriptionstatic QueueRemoveArgsDefines messages by ids to remove from the queue.