Class ConverterCollections.ConverterCacheListener<K,​V>

    • Constructor Detail

      • ConverterCacheListener

        public ConverterCacheListener​(NamedCache<K,​V> cache,
                                      MapListener<K,​V> listener,
                                      Converter<K,​K> convKey,
                                      Converter<V,​V> convVal)
        Constructor.
        Parameters:
        cache - the NamedCache that should be the source for converted events
        listener - the underlying MapListener
        convKey - the Converter to view the underlying MapEvent's key
        convVal - the Converter to view the underlying MapEvent's values