Interface CacheEventFilterConverterFactory
-
public interface CacheEventFilterConverterFactory
Factory that can produceCacheEventFilterConverter
instances.- Since:
- 7.2
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <K,V,C>
CacheEventFilterConverter<K,V,C>getFilterConverter(java.lang.Object[] params)
Retrieves a cache event filter and converter instance from this factory.
-
-
-
Method Detail
-
getFilterConverter
<K,V,C> CacheEventFilterConverter<K,V,C> getFilterConverter(java.lang.Object[] params)
Retrieves a cache event filter and converter instance from this factory.- Parameters:
params
- parameters for the factory to be used to create converter instances- Returns:
- a
CacheEventFilterConverter
instance used to filter and reduce size of event payloads
-
-