Class SessionRemovedMapListener

  • All Implemented Interfaces:
    com.tangosol.util.MapListener<String,​org.springframework.session.MapSession>, EventListener

    public class SessionRemovedMapListener
    extends Object
    implements com.tangosol.util.MapListener<String,​org.springframework.session.MapSession>
    Custom Map Event that handles the deletion and expiration of a session. The handled event is then propagated as a Spring application event via Spring's ApplicationEventPublisher.
    Since:
    3.0
    Author:
    Gunnar Hillert
    • Method Detail

      • entryInserted

        public void entryInserted​(com.tangosol.util.MapEvent<String,​org.springframework.session.MapSession> evt)
        Specified by:
        entryInserted in interface com.tangosol.util.MapListener<String,​org.springframework.session.MapSession>
      • entryUpdated

        public void entryUpdated​(com.tangosol.util.MapEvent<String,​org.springframework.session.MapSession> evt)
        Specified by:
        entryUpdated in interface com.tangosol.util.MapListener<String,​org.springframework.session.MapSession>
      • entryDeleted

        public void entryDeleted​(com.tangosol.util.MapEvent<String,​org.springframework.session.MapSession> event)
        Specified by:
        entryDeleted in interface com.tangosol.util.MapListener<String,​org.springframework.session.MapSession>