Interface CacheEventConverterFactory

All Known Implementing Classes:
KeyValueWithPreviousEventConverterFactory

public interface CacheEventConverterFactory
Factory that can produce CacheEventConverters
Since:
7.0
Author:
wburns
  • Method Summary

    Modifier and Type
    Method
    Description
    <K, V, C> CacheEventConverter<K,V,C>
    getConverter(Object[] params)
    Retrieves a cache event converter instance from this factory.
  • Method Details

    • getConverter

      <K, V, C> CacheEventConverter<K,V,C> getConverter(Object[] params)
      Retrieves a cache event converter instance from this factory.
      Parameters:
      params - parameters for the factory to be used to create converter instances
      Returns:
      a CacheEventConverter instance used to reduce size of event payloads