Uses of Interface
io.quarkus.redis.datasource.pubsub.RedisPubSubMessage
Packages that use RedisPubSubMessage
-
Uses of RedisPubSubMessage in io.quarkus.redis.datasource.pubsub
Methods in io.quarkus.redis.datasource.pubsub that return types with arguments of type RedisPubSubMessageModifier and TypeMethodDescriptionio.smallrye.mutiny.Multi<RedisPubSubMessage<V>>ReactivePubSubCommands.subscribeAsMessages(String... channels) Same asReactivePubSubCommands.subscribe(String...), but instead of receiving the message payload directly, it receives instances ofRedisPubSubMessagewrapping the payload and the channel on which the message has been sent.io.smallrye.mutiny.Multi<RedisPubSubMessage<V>>ReactivePubSubCommands.subscribeAsMessagesToPatterns(String... patterns) Same asReactivePubSubCommands.subscribeToPatterns(String...), but instead of receiving only the message payload, it receives instances ofRedisPubSubMessagecontaining both the payload and the name of the channel. -
Uses of RedisPubSubMessage in io.quarkus.redis.runtime.datasource
Classes in io.quarkus.redis.runtime.datasource that implement RedisPubSubMessageMethods in io.quarkus.redis.runtime.datasource that return types with arguments of type RedisPubSubMessageModifier and TypeMethodDescriptionio.smallrye.mutiny.Multi<RedisPubSubMessage<V>>ReactivePubSubCommandsImpl.subscribeAsMessages(String... channels) io.smallrye.mutiny.Multi<RedisPubSubMessage<V>>ReactivePubSubCommandsImpl.subscribeAsMessagesToPatterns(String... patterns)