Class KeyValueWithPreviousEventConverterFactory<K,V>
- java.lang.Object
-
- org.infinispan.server.hotrod.event.KeyValueWithPreviousEventConverterFactory<K,V>
-
- All Implemented Interfaces:
CacheEventConverterFactory
public class KeyValueWithPreviousEventConverterFactory<K,V> extends java.lang.Object implements CacheEventConverterFactory
-
-
Constructor Summary
Constructors Constructor Description KeyValueWithPreviousEventConverterFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CacheEventConverter<K,V,KeyValueWithPrevious<K,V>>
getConverter(java.lang.Object[] params)
Retrieves a cache event converter instance from this factory.
-
-
-
Method Detail
-
getConverter
public CacheEventConverter<K,V,KeyValueWithPrevious<K,V>> getConverter(java.lang.Object[] params)
Description copied from interface:CacheEventConverterFactory
Retrieves a cache event converter instance from this factory.- Specified by:
getConverter
in interfaceCacheEventConverterFactory
- Parameters:
params
- parameters for the factory to be used to create converter instances- Returns:
- a
CacheEventConverter
instance used to reduce size of event payloads
-
-