Class 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
    • Method Detail

      • getCacheEntryListenerConfiguration

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