Class PassThroughListenerRegistration<K,V>

java.lang.Object
com.tangosol.coherence.jcache.passthroughcache.PassThroughListenerRegistration<K,V>
Type Parameters:
K - the type of the Cache keys
V - the type of the Cache values

public class PassThroughListenerRegistration<K,V> extends Object
Captures the Coherence-based MapListener and MapEventFilter instances used for a CacheEntryListenerConfiguration
Since:
Coherence 12.1.3
Author:
bo 2013.11.04
  • Constructor Details

  • Method Details

    • getCacheEntryListenerConfiguration

      public javax.cache.configuration.CacheEntryListenerConfiguration<K,V> getCacheEntryListenerConfiguration()
      Obtains the CacheEntryListenerConfiguration for the registration.
      Returns:
      the CacheEntryListenerConfiguration
    • getMapListener

      public MapListener getMapListener()
      Obtains the MapListener for the registration.
      Returns:
      the MapListener
    • getMapEventFilter

      public MapEventFilter getMapEventFilter()
      Obtains the MapEventFilter for the registration. (null if no filtering required).
      Returns:
      the MapEventFilter