public class SessionUpdateEntryProcessor extends com.hazelcast.map.AbstractEntryProcessor<java.lang.String,MapSession> implements com.hazelcast.core.Offloadable
EntryProcessor
responsible for handling updates to session.HazelcastIndexedSessionRepository.save(HazelcastSession)
,
Serialized FormConstructor and Description |
---|
SessionUpdateEntryProcessor() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getExecutorName() |
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)
process
in interface com.hazelcast.map.EntryProcessor<java.lang.String,MapSession>
public java.lang.String getExecutorName()
getExecutorName
in interface com.hazelcast.core.Offloadable