public interface CacheEventConverterFactory
| Modifier and Type | Method and Description |
|---|---|
<K,V,C> CacheEventConverter<K,V,C> |
getConverter(java.lang.Object[] params)
Retrieves a cache event converter instance from this factory.
|
<K,V,C> CacheEventConverter<K,V,C> getConverter(java.lang.Object[] params)
params - parameters for the factory to be used to create converter instancesCacheEventConverter instance used
to reduce size of event payloads