HazelcastSessionRepository instead.@Deprecated public class SessionEntryListener extends Object implements com.hazelcast.map.listener.EntryAddedListener<String,ExpiringSession>, com.hazelcast.map.listener.EntryEvictedListener<String,ExpiringSession>, com.hazelcast.map.listener.EntryRemovedListener<String,ExpiringSession>
ApplicationEventPublisher.
SessionCreatedEventSessionExpiredEventSessionDeletedEvent| Constructor and Description |
|---|
SessionEntryListener(org.springframework.context.ApplicationEventPublisher eventPublisher)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
entryAdded(com.hazelcast.core.EntryEvent<String,ExpiringSession> event)
Deprecated.
|
void |
entryEvicted(com.hazelcast.core.EntryEvent<String,ExpiringSession> event)
Deprecated.
|
void |
entryRemoved(com.hazelcast.core.EntryEvent<String,ExpiringSession> event)
Deprecated.
|
public SessionEntryListener(org.springframework.context.ApplicationEventPublisher eventPublisher)
public void entryAdded(com.hazelcast.core.EntryEvent<String,ExpiringSession> event)
entryAdded in interface com.hazelcast.map.listener.EntryAddedListener<String,ExpiringSession>public void entryEvicted(com.hazelcast.core.EntryEvent<String,ExpiringSession> event)
entryEvicted in interface com.hazelcast.map.listener.EntryEvictedListener<String,ExpiringSession>public void entryRemoved(com.hazelcast.core.EntryEvent<String,ExpiringSession> event)
entryRemoved in interface com.hazelcast.map.listener.EntryRemovedListener<String,ExpiringSession>