Uses of Interface
io.quarkus.redis.datasource.pubsub.ReactivePubSubCommands
Packages that use ReactivePubSubCommands
-
Uses of ReactivePubSubCommands in io.quarkus.redis.datasource
Methods in io.quarkus.redis.datasource that return ReactivePubSubCommandsModifier and TypeMethodDescription<V> ReactivePubSubCommands<V>
ReactiveRedisDataSource.pubsub
(com.fasterxml.jackson.core.type.TypeReference<V> messageType) Gets the object to publish and receive messages.<V> ReactivePubSubCommands<V>
Gets the object to publish and receive messages. -
Uses of ReactivePubSubCommands in io.quarkus.redis.runtime.datasource
Classes in io.quarkus.redis.runtime.datasource that implement ReactivePubSubCommandsMethods in io.quarkus.redis.runtime.datasource that return ReactivePubSubCommandsModifier and TypeMethodDescription<V> ReactivePubSubCommands<V>
ReactiveRedisDataSourceImpl.pubsub
(com.fasterxml.jackson.core.type.TypeReference<V> messageType) <V> ReactivePubSubCommands<V>
Constructors in io.quarkus.redis.runtime.datasource with parameters of type ReactivePubSubCommandsModifierConstructorDescriptionBlockingPubSubCommandsImpl
(RedisDataSource ds, ReactivePubSubCommands<V> reactive, Duration timeout)