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 Object
implements CacheEventConverterFactory
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetConverter
(Object[] params) Retrieves a cache event converter instance from this factory.
-
Constructor Details
-
KeyValueWithPreviousEventConverterFactory
public KeyValueWithPreviousEventConverterFactory()
-
-
Method Details
-
getConverter
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
-