Interface CacheEventFilterConverterFactory


public interface CacheEventFilterConverterFactory
Factory that can produce CacheEventFilterConverter instances.
Since:
7.2
  • Method Summary

    Modifier and Type
    Method
    Description
    <K, V, C> CacheEventFilterConverter<K,V,C>
    Retrieves a cache event filter and converter instance from this factory.
  • Method Details

    • getFilterConverter

      <K, V, C> CacheEventFilterConverter<K,V,C> getFilterConverter(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