Interface CacheEventConverterFactory


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

      • 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