Interface CacheEventFilterConverterFactory
public interface CacheEventFilterConverterFactory
Factory that can produce
CacheEventFilterConverter
instances.- Since:
- 7.2
-
Method Summary
Modifier and TypeMethodDescription<K,
V, C> CacheEventFilterConverter <K, V, C> getFilterConverter
(Object[] params) Retrieves a cache event filter and converter instance from this factory.
-
Method Details
-
getFilterConverter
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
-