Class KeyValueWithPreviousEventConverter<K,​V>

  • All Implemented Interfaces:
    org.infinispan.notifications.cachelistener.filter.CacheEventConverter<K,​V,​org.infinispan.commons.util.KeyValueWithPrevious<K,​V>>

    public class KeyValueWithPreviousEventConverter<K,​V>
    extends Object
    implements org.infinispan.notifications.cachelistener.filter.CacheEventConverter<K,​V,​org.infinispan.commons.util.KeyValueWithPrevious<K,​V>>
    • Constructor Detail

      • KeyValueWithPreviousEventConverter

        public KeyValueWithPreviousEventConverter()
    • Method Detail

      • convert

        public org.infinispan.commons.util.KeyValueWithPrevious<K,​V> convert​(K key,
                                                                                   V oldValue,
                                                                                   org.infinispan.metadata.Metadata oldMetadata,
                                                                                   V newValue,
                                                                                   org.infinispan.metadata.Metadata newMetadata,
                                                                                   org.infinispan.notifications.cachelistener.filter.EventType eventType)
        Specified by:
        convert in interface org.infinispan.notifications.cachelistener.filter.CacheEventConverter<K,​V,​org.infinispan.commons.util.KeyValueWithPrevious<K,​V>>