Interface CacheEventConverterFactory
public interface CacheEventConverterFactory
Factory that can produce CacheEventConverters
- Since:
- 7.0
- Author:
- wburns
-
Method Summary
Modifier and TypeMethodDescription<K,V, C> CacheEventConverter <K, V, C> getConverter(Object[] params) Retrieves a cache event converter instance from this factory.
-
Method Details
-
getConverter
Retrieves a cache event converter instance from this factory.- Parameters:
params- parameters for the factory to be used to create converter instances- Returns:
- a
CacheEventConverterinstance used to reduce size of event payloads
-