RedisOperationsSessionRepository instead.@Deprecated public class SessionMessageListener extends Object implements org.springframework.data.redis.connection.MessageListener
Message notifications. If it is a "del"
translate into a SessionDeletedEvent. If it is an "expired"
translate into a SessionExpiredEvent.| Constructor and Description |
|---|
SessionMessageListener(org.springframework.context.ApplicationEventPublisher eventPublisher)
Deprecated.
Creates a new instance
|
| Modifier and Type | Method and Description |
|---|---|
void |
onMessage(org.springframework.data.redis.connection.Message message,
byte[] pattern)
Deprecated.
|