Package org.springframework.data.redis.listener

Base package for Redis message listener / pubsub container facility

See:
          Description

Interface Summary
Topic Topic for a Redis message.
 

Class Summary
ChannelTopic Channel topic implementation (maps to a Redis channel).
PatternTopic Pattern topic (matching multiple channels).
RedisMessageListenerContainer Container providing asynchronous behaviour for Redis message listeners.
 

Package org.springframework.data.redis.listener Description

Base package for Redis message listener / pubsub container facility