Uses of Interface
org.springframework.data.redis.connection.Subscription
Packages that use Subscription
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
Connection package for Jedis library.
Connection package for Lettuce Redis client.
Internal utility package for encoding/decoding Strings to byte[] (using Base64) library.
-
Uses of Subscription in org.springframework.data.redis.connection
Methods in org.springframework.data.redis.connection that return SubscriptionModifier and TypeMethodDescriptionDefaultStringRedisConnection.getSubscription()
RedisPubSubCommands.getSubscription()
Returns the current subscription for this connection or null if the connection is not subscribed. -
Uses of Subscription in org.springframework.data.redis.connection.jedis
Methods in org.springframework.data.redis.connection.jedis that return SubscriptionModifier and TypeMethodDescriptionJedisClusterConnection.getSubscription()
JedisConnection.getSubscription()
-
Uses of Subscription in org.springframework.data.redis.connection.lettuce
Classes in org.springframework.data.redis.connection.lettuce that implement SubscriptionModifier and TypeClassDescriptionclass
Message subscription on top of Lettuce.Methods in org.springframework.data.redis.connection.lettuce that return Subscription -
Uses of Subscription in org.springframework.data.redis.connection.util
Classes in org.springframework.data.redis.connection.util that implement SubscriptionModifier and TypeClassDescriptionclass
Base implementation for a subscription handling the channel/pattern registration so subclasses only have to deal with the actual registration/unregistration.