Class KeyExpirationEventMessageListener

java.lang.Object
org.springframework.data.redis.listener.KeyspaceEventMessageListener
org.springframework.data.redis.listener.KeyExpirationEventMessageListener
All Implemented Interfaces:
Aware, DisposableBean, InitializingBean, ApplicationEventPublisherAware, MessageListener

public class KeyExpirationEventMessageListener extends KeyspaceEventMessageListener implements ApplicationEventPublisherAware
MessageListener publishing RedisKeyExpiredEvents via ApplicationEventPublisher by listening to Redis keyspace notifications for key expirations.
Since:
1.7
Author:
Christoph Strobl