public class SessionUpdateEntryProcessor extends com.hazelcast.map.AbstractEntryProcessor<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 |
|---|---|
Object |
process(Map.Entry<String,MapSession> entry) |
public Object process(Map.Entry<String,MapSession> entry)