Uses of Interface
io.quarkus.redis.datasource.pubsub.RedisPubSubMessage
-
Packages that use RedisPubSubMessage Package Description io.quarkus.redis.datasource.pubsub io.quarkus.redis.runtime.datasource -
-
Uses of RedisPubSubMessage in io.quarkus.redis.datasource.pubsub
Methods in io.quarkus.redis.datasource.pubsub that return types with arguments of type RedisPubSubMessage Modifier and Type Method Description io.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 RedisPubSubMessage Modifier and Type Class Description classDefaultRedisPubSubMessage<V>Methods in io.quarkus.redis.runtime.datasource that return types with arguments of type RedisPubSubMessage Modifier and Type Method Description io.smallrye.mutiny.Multi<RedisPubSubMessage<V>>ReactivePubSubCommandsImpl. subscribeAsMessages(String... channels)io.smallrye.mutiny.Multi<RedisPubSubMessage<V>>ReactivePubSubCommandsImpl. subscribeAsMessagesToPatterns(String... patterns)
-