public interface CacheEventConverterFactory
Modifier and Type | Method and Description |
---|---|
<K,V,C> CacheEventConverter<K,V,C> |
getConverter(Object[] params)
Retrieves a cache event converter instance from this factory.
|
<K,V,C> CacheEventConverter<K,V,C> getConverter(Object[] params)
params
- parameters for the factory to be used to create converter instancesCacheEventConverter
instance used
to reduce size of event payloadsCopyright © 2017 JBoss, a division of Red Hat. All rights reserved.