Class SessionUpdateEntryProcessor

java.lang.Object
com.hazelcast.map.AbstractEntryProcessor<String,MapSession>
org.springframework.session.hazelcast.SessionUpdateEntryProcessor
All Implemented Interfaces:
com.hazelcast.core.Offloadable, com.hazelcast.map.EntryProcessor<String,MapSession>, Serializable

public class SessionUpdateEntryProcessor extends com.hazelcast.map.AbstractEntryProcessor<String,MapSession> implements com.hazelcast.core.Offloadable
Hazelcast EntryProcessor responsible for handling updates to session.
Since:
1.3.4
See Also:
  • Constructor Details

    • SessionUpdateEntryProcessor

      public SessionUpdateEntryProcessor()
  • Method Details

    • process

      public Object process(Map.Entry<String,MapSession> entry)
      Specified by:
      process in interface com.hazelcast.map.EntryProcessor<String,MapSession>
    • getExecutorName

      public String getExecutorName()
      Specified by:
      getExecutorName in interface com.hazelcast.core.Offloadable