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 Summary
Constructors Constructor Description KeyValueWithPreviousEventConverterFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.infinispan.notifications.cachelistener.filter.CacheEventConverter<K,V,org.infinispan.commons.util.KeyValueWithPrevious<K,V>>getConverter(Object[] params)
-