Class CoherenceSessionEventMapListener

java.lang.Object
com.oracle.coherence.spring.session.events.CoherenceSessionEventMapListener
All Implemented Interfaces:
com.tangosol.util.MapListener<String,org.springframework.session.MapSession>, EventListener

public class CoherenceSessionEventMapListener extends Object implements com.tangosol.util.MapListener<String,org.springframework.session.MapSession>
Custom Map Event that subscribes to Coherence MapEvents. The handled event is then propagated as a Spring application event via Spring's ApplicationEventPublisher.
Since:
3.0
Author:
Gunnar Hillert
  • Constructor Details

  • Method Details

    • entryInserted

      public void entryInserted(com.tangosol.util.MapEvent<String,org.springframework.session.MapSession> event)
      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> event)
      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>