Uses of Interface
org.redisson.api.MessageArgs
Packages that use MessageArgs
-
Uses of MessageArgs in org.redisson.api
Classes in org.redisson.api that implement MessageArgsMethods in org.redisson.api that return MessageArgsModifier and TypeMethodDescriptionMessageArgs.deduplicationByHash(Duration interval) Enables deduplication based on the payload hash for the specified interval.MessageParams.deduplicationByHash()MessageParams.deduplicationByHash(Duration interval) MessageArgs.deduplicationById(Object id, Duration interval) Enables deduplication based on a custom ID for the specified interval.MessageParams.deduplicationById(Object id) MessageParams.deduplicationById(Object id, Duration interval) Sets a delay interval before the message becomes available for processing.MessageArgs.deliveryLimit(int count) Sets the maximum number of delivery attempts for the message.MessageParams.deliveryLimit(int value) Adds a single header entry to the message.Adds multiple header entries to the message at once.static <V> MessageArgs<V> MessageArgs.payload(V value) Defines the payload to include in the messageMessageArgs.priority(int priority) Sets the priority level for the message.MessageParams.priority(int priority) MessageArgs.timeToLive(Duration value) Sets the time-to-live duration for the message.MessageParams.timeToLive(Duration duration) -
Uses of MessageArgs in org.redisson.api.fanout
Methods in org.redisson.api.fanout that return MessageArgsMethods in org.redisson.api.fanout with parameters of type MessageArgsModifier and TypeMethodDescriptionstatic <V> FanoutPublishArgs<V> FanoutPublishArgs.messages(MessageArgs<V>... msgs) Defines messages to be added.Constructors in org.redisson.api.fanout with parameters of type MessageArgs -
Uses of MessageArgs in org.redisson.api.queue
Methods in org.redisson.api.queue that return MessageArgsMethods in org.redisson.api.queue with parameters of type MessageArgsModifier and TypeMethodDescriptionstatic <V> QueueAddArgs<V> QueueAddArgs.messages(MessageArgs<V>... msgs) Defines messages to be added.Constructors in org.redisson.api.queue with parameters of type MessageArgs