Uses of Interface
io.quarkus.redis.datasource.pubsub.PubSubCommands
Packages that use PubSubCommands
-
Uses of PubSubCommands in io.quarkus.redis.datasource
Methods in io.quarkus.redis.datasource that return PubSubCommandsModifier and TypeMethodDescription<V> PubSubCommands<V>
RedisDataSource.pubsub
(com.fasterxml.jackson.core.type.TypeReference<V> messageType) Gets the objects to publish and receive messages.<V> PubSubCommands<V>
Gets the objects to publish and receive messages. -
Uses of PubSubCommands in io.quarkus.redis.runtime.datasource
Classes in io.quarkus.redis.runtime.datasource that implement PubSubCommandsMethods in io.quarkus.redis.runtime.datasource that return PubSubCommandsModifier and TypeMethodDescription<V> PubSubCommands<V>
BlockingRedisDataSourceImpl.pubsub
(com.fasterxml.jackson.core.type.TypeReference<V> messageType) <V> PubSubCommands<V>