Uses of Interface
org.redisson.api.fanout.FanoutPublishArgs
Packages that use FanoutPublishArgs
-
Uses of FanoutPublishArgs in org.redisson.api
Methods in org.redisson.api with parameters of type FanoutPublishArgsModifier and TypeMethodDescriptionRReliableFanout.publish(FanoutPublishArgs<V> args) Publishes a message to all subscribed queues based on the provided arguments.RReliableFanoutReactive.publish(FanoutPublishArgs<V> args) Publishes a message to all subscribed queues based on the provided arguments.RReliableFanoutRx.publish(FanoutPublishArgs<V> args) Publishes a message to all subscribed queues based on the provided arguments.RReliableFanoutAsync.publishAsync(FanoutPublishArgs<V> args) Publishes a message to all subscribed queues based on the provided arguments.RReliableFanout.publishMany(FanoutPublishArgs<V> args) Publishes multiple messages to all subscribed queues based on the provided arguments.RReliableFanoutReactive.publishMany(FanoutPublishArgs<V> args) Publishes multiple messages to all subscribed queues based on the provided arguments.RReliableFanoutRx.publishMany(FanoutPublishArgs<V> args) Publishes multiple messages to all subscribed queues based on the provided arguments.RReliableFanoutAsync.publishManyAsync(FanoutPublishArgs<V> args) Publishes multiple messages to all subscribed queues based on the provided arguments. -
Uses of FanoutPublishArgs in org.redisson.api.fanout
Classes in org.redisson.api.fanout that implement FanoutPublishArgsMethods in org.redisson.api.fanout that return FanoutPublishArgsModifier and TypeMethodDescriptionFanoutPublishArgs.headersCodec(Codec codec) Sets the codec to be used for encoding and decoding message headers.FanoutPublishParams.headersCodec(Codec codec) static <V> FanoutPublishArgs<V> FanoutPublishArgs.messages(MessageArgs<V>... msgs) Defines messages to be added.