Class ConverterCollections.ConverterCacheListener<K,V>

All Implemented Interfaces:
MapListener<K,V>, EventListener
Enclosing class:
ConverterCollections

public static class ConverterCollections.ConverterCacheListener<K,V> extends ConverterCollections.ConverterMapListener<K,V> implements MapListener<K,V>
A converter MapListener that converts events of the underlying MapListener for the underlying NamedCache.
  • Constructor Details

    • 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
  • Method Details