Class KeyValueWithPreviousEventConverterFactory<K,V>

java.lang.Object
org.infinispan.server.hotrod.event.KeyValueWithPreviousEventConverterFactory<K,V>
All Implemented Interfaces:
org.infinispan.notifications.cachelistener.filter.CacheEventConverterFactory

public class KeyValueWithPreviousEventConverterFactory<K,V> extends Object implements org.infinispan.notifications.cachelistener.filter.CacheEventConverterFactory
  • Constructor Details

    • KeyValueWithPreviousEventConverterFactory

      public KeyValueWithPreviousEventConverterFactory()
  • Method Details

    • getConverter

      public org.infinispan.notifications.cachelistener.filter.CacheEventConverter<K,V,org.infinispan.commons.util.KeyValueWithPrevious<K,V>> getConverter(Object[] params)
      Specified by:
      getConverter in interface org.infinispan.notifications.cachelistener.filter.CacheEventConverterFactory