Class SessionUpdateEntryProcessor

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

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

    • SessionUpdateEntryProcessor

      public SessionUpdateEntryProcessor()
  • Method Details