Uses of Interface
io.quarkus.redis.datasource.pubsub.ReactivePubSubCommands.ReactiveRedisSubscriber
Packages that use ReactivePubSubCommands.ReactiveRedisSubscriber
-
Uses of ReactivePubSubCommands.ReactiveRedisSubscriber in io.quarkus.redis.datasource.pubsub
Methods in io.quarkus.redis.datasource.pubsub that return types with arguments of type ReactivePubSubCommands.ReactiveRedisSubscriberModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<ReactivePubSubCommands.ReactiveRedisSubscriber>
Subscribes to a given channel.io.smallrye.mutiny.Uni<ReactivePubSubCommands.ReactiveRedisSubscriber>
ReactivePubSubCommands.subscribe
(String channel, Consumer<V> onMessage, Runnable onEnd, Consumer<Throwable> onException) Subscribes to a given channel.io.smallrye.mutiny.Uni<ReactivePubSubCommands.ReactiveRedisSubscriber>
Same asReactivePubSubCommands.subscribe(List, Consumer)
, but instead of just receiving the payload, it also receives the channel name.io.smallrye.mutiny.Uni<ReactivePubSubCommands.ReactiveRedisSubscriber>
ReactivePubSubCommands.subscribe
(List<String> channels, BiConsumer<String, V> onMessage, Runnable onEnd, Consumer<Throwable> onException) Same asReactivePubSubCommands.subscribe(List, Consumer, Runnable, Consumer)
but also receives the channel name.io.smallrye.mutiny.Uni<ReactivePubSubCommands.ReactiveRedisSubscriber>
Subscribes to the given channels.io.smallrye.mutiny.Uni<ReactivePubSubCommands.ReactiveRedisSubscriber>
ReactivePubSubCommands.subscribe
(List<String> channels, Consumer<V> onMessage, Runnable onEnd, Consumer<Throwable> onException) Subscribes to the given channels.io.smallrye.mutiny.Uni<ReactivePubSubCommands.ReactiveRedisSubscriber>
ReactivePubSubCommands.subscribeToPattern
(String pattern, BiConsumer<String, V> onMessage) Same asReactivePubSubCommands.subscribeToPattern(String, Consumer)
, but instead of receiving only the message payload, it also receives the name of the channel.io.smallrye.mutiny.Uni<ReactivePubSubCommands.ReactiveRedisSubscriber>
ReactivePubSubCommands.subscribeToPattern
(String pattern, BiConsumer<String, V> onMessage, Runnable onEnd, Consumer<Throwable> onException) Same asReactivePubSubCommands.subscribeToPatterns(List, Consumer, Runnable, Consumer)
, but also receives the channel name.io.smallrye.mutiny.Uni<ReactivePubSubCommands.ReactiveRedisSubscriber>
ReactivePubSubCommands.subscribeToPattern
(String pattern, Consumer<V> onMessage) Subscribes to a given pattern likechan*l
.io.smallrye.mutiny.Uni<ReactivePubSubCommands.ReactiveRedisSubscriber>
ReactivePubSubCommands.subscribeToPattern
(String pattern, Consumer<V> onMessage, Runnable onEnd, Consumer<Throwable> onException) Subscribes to a given pattern likechan*l
.io.smallrye.mutiny.Uni<ReactivePubSubCommands.ReactiveRedisSubscriber>
ReactivePubSubCommands.subscribeToPatterns
(List<String> patterns, BiConsumer<String, V> onMessage) Same asReactivePubSubCommands.subscribeToPatterns(List, Consumer)
, but instead of only receiving the payload, it also receives the channel name.io.smallrye.mutiny.Uni<ReactivePubSubCommands.ReactiveRedisSubscriber>
ReactivePubSubCommands.subscribeToPatterns
(List<String> patterns, BiConsumer<String, V> onMessage, Runnable onEnd, Consumer<Throwable> onException) Same asReactivePubSubCommands.subscribeToPatterns(List, Consumer, Runnable, Consumer)
, but also receive the channel name.io.smallrye.mutiny.Uni<ReactivePubSubCommands.ReactiveRedisSubscriber>
ReactivePubSubCommands.subscribeToPatterns
(List<String> patterns, Consumer<V> onMessage) Subscribes to the given patterns likechan*l
.io.smallrye.mutiny.Uni<ReactivePubSubCommands.ReactiveRedisSubscriber>
ReactivePubSubCommands.subscribeToPatterns
(List<String> patterns, Consumer<V> onMessage, Runnable onEnd, Consumer<Throwable> onException) Subscribes to the given patterns likechan*l
. -
Uses of ReactivePubSubCommands.ReactiveRedisSubscriber in io.quarkus.redis.runtime.datasource
Methods in io.quarkus.redis.runtime.datasource that return types with arguments of type ReactivePubSubCommands.ReactiveRedisSubscriberModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<ReactivePubSubCommands.ReactiveRedisSubscriber>
io.smallrye.mutiny.Uni<ReactivePubSubCommands.ReactiveRedisSubscriber>
ReactivePubSubCommandsImpl.subscribe
(String channel, Consumer<V> onMessage, Runnable onEnd, Consumer<Throwable> onException) io.smallrye.mutiny.Uni<ReactivePubSubCommands.ReactiveRedisSubscriber>
io.smallrye.mutiny.Uni<ReactivePubSubCommands.ReactiveRedisSubscriber>
ReactivePubSubCommandsImpl.subscribe
(List<String> channels, BiConsumer<String, V> onMessage, Runnable onEnd, Consumer<Throwable> onException) io.smallrye.mutiny.Uni<ReactivePubSubCommands.ReactiveRedisSubscriber>
io.smallrye.mutiny.Uni<ReactivePubSubCommands.ReactiveRedisSubscriber>
ReactivePubSubCommandsImpl.subscribe
(List<String> channels, Consumer<V> onMessage, Runnable onEnd, Consumer<Throwable> onException) io.smallrye.mutiny.Uni<ReactivePubSubCommands.ReactiveRedisSubscriber>
ReactivePubSubCommandsImpl.subscribeToPattern
(String pattern, BiConsumer<String, V> onMessage) io.smallrye.mutiny.Uni<ReactivePubSubCommands.ReactiveRedisSubscriber>
ReactivePubSubCommandsImpl.subscribeToPattern
(String pattern, BiConsumer<String, V> onMessage, Runnable onEnd, Consumer<Throwable> onException) io.smallrye.mutiny.Uni<ReactivePubSubCommands.ReactiveRedisSubscriber>
ReactivePubSubCommandsImpl.subscribeToPattern
(String pattern, Consumer<V> onMessage) io.smallrye.mutiny.Uni<ReactivePubSubCommands.ReactiveRedisSubscriber>
ReactivePubSubCommandsImpl.subscribeToPattern
(String pattern, Consumer<V> onMessage, Runnable onEnd, Consumer<Throwable> onException) io.smallrye.mutiny.Uni<ReactivePubSubCommands.ReactiveRedisSubscriber>
ReactivePubSubCommandsImpl.subscribeToPatterns
(List<String> patterns, BiConsumer<String, V> onMessage) io.smallrye.mutiny.Uni<ReactivePubSubCommands.ReactiveRedisSubscriber>
ReactivePubSubCommandsImpl.subscribeToPatterns
(List<String> patterns, BiConsumer<String, V> onMessage, Runnable onEnd, Consumer<Throwable> onException) io.smallrye.mutiny.Uni<ReactivePubSubCommands.ReactiveRedisSubscriber>
ReactivePubSubCommandsImpl.subscribeToPatterns
(List<String> patterns, Consumer<V> onMessage) io.smallrye.mutiny.Uni<ReactivePubSubCommands.ReactiveRedisSubscriber>
ReactivePubSubCommandsImpl.subscribeToPatterns
(List<String> patterns, Consumer<V> onMessage, Runnable onEnd, Consumer<Throwable> onException)