public class SessionUpdateEntryProcessor extends com.hazelcast.map.AbstractEntryProcessor<java.lang.String,MapSession>
EntryProcessor responsible for handling updates to session.HazelcastSessionRepository.save(HazelcastSessionRepository.HazelcastSession),
Serialized Form| Constructor and Description |
|---|
SessionUpdateEntryProcessor() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
process(java.util.Map.Entry<java.lang.String,MapSession> entry) |
public java.lang.Object process(java.util.Map.Entry<java.lang.String,MapSession> entry)