Uses of Interface
io.quarkus.redis.datasource.pubsub.ReactivePubSubCommands.ReactiveRedisSubscriber
-
Packages that use ReactivePubSubCommands.ReactiveRedisSubscriber Package Description io.quarkus.redis.datasource.pubsub io.quarkus.redis.runtime.datasource -
-
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.ReactiveRedisSubscriber Modifier and Type Method Description io.smallrye.mutiny.Uni<ReactivePubSubCommands.ReactiveRedisSubscriber>
ReactivePubSubCommands. subscribe(String channel, Consumer<V> onMessage)
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>
ReactivePubSubCommands. subscribe(List<String> channels, Consumer<V> onMessage)
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, 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, 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.ReactiveRedisSubscriber Modifier and Type Method Description io.smallrye.mutiny.Uni<ReactivePubSubCommands.ReactiveRedisSubscriber>
ReactivePubSubCommandsImpl. subscribe(String channel, Consumer<V> onMessage)
io.smallrye.mutiny.Uni<ReactivePubSubCommands.ReactiveRedisSubscriber>
ReactivePubSubCommandsImpl. subscribe(String channel, Consumer<V> onMessage, Runnable onEnd, Consumer<Throwable> onException)
io.smallrye.mutiny.Uni<ReactivePubSubCommands.ReactiveRedisSubscriber>
ReactivePubSubCommandsImpl. subscribe(List<String> channels, Consumer<V> onMessage)
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, 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, Consumer<V> onMessage)
io.smallrye.mutiny.Uni<ReactivePubSubCommands.ReactiveRedisSubscriber>
ReactivePubSubCommandsImpl. subscribeToPatterns(List<String> patterns, Consumer<V> onMessage, Runnable onEnd, Consumer<Throwable> onException)
-