Package org.redisson.api.queue
Interface QueueRemoveArgs
- All Superinterfaces:
SyncArgs<QueueRemoveArgs>
- All Known Implementing Classes:
QueueRemoveParams
Interface that defines arguments for queue removal operations.
- Author:
- Nikita Koksharov
-
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic QueueRemoveArgsDefines messages by ids to remove from the queue.Methods inherited from interface org.redisson.api.SyncArgs
syncFailureMode, syncMode, syncTimeout
-
Method Details
-
ids
Defines messages by ids to remove from the queue.- Parameters:
ids- the message ids to be removed from the queue- Returns:
- arguments object
-