Class EventListenerConverter<K,V,C>

java.lang.Object
org.infinispan.server.resp.filter.EventListenerConverter<K,V,C>
All Implemented Interfaces:
org.infinispan.notifications.cachelistener.filter.CacheEventConverter<K,V,C>

public class EventListenerConverter<K,V,C> extends Object implements org.infinispan.notifications.cachelistener.filter.CacheEventConverter<K,V,C>
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static org.infinispan.commons.marshall.AdvancedExternalizer<EventListenerConverter>
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    EventListenerConverter(org.infinispan.encoding.DataConversion dc)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    convert(K key, V oldValue, org.infinispan.metadata.Metadata oldMetadata, V newValue, org.infinispan.metadata.Metadata newMetadata, org.infinispan.notifications.cachelistener.filter.EventType eventType)
     
    void
    doWiring(org.infinispan.factories.ComponentRegistry registry)
     
    org.infinispan.commons.dataconversion.MediaType
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.infinispan.notifications.cachelistener.filter.CacheEventConverter

    includeOldValue, useRequestFormat
  • Field Details

    • EXTERNALIZER

      public static org.infinispan.commons.marshall.AdvancedExternalizer<EventListenerConverter> EXTERNALIZER
  • Constructor Details

    • EventListenerConverter

      public EventListenerConverter(org.infinispan.encoding.DataConversion dc)
  • Method Details

    • doWiring

      public void doWiring(org.infinispan.factories.ComponentRegistry registry)
    • convert

      public C convert(K key, V oldValue, org.infinispan.metadata.Metadata oldMetadata, V newValue, org.infinispan.metadata.Metadata newMetadata, org.infinispan.notifications.cachelistener.filter.EventType eventType)
      Specified by:
      convert in interface org.infinispan.notifications.cachelistener.filter.CacheEventConverter<K,V,C>
    • format

      public org.infinispan.commons.dataconversion.MediaType format()
      Specified by:
      format in interface org.infinispan.notifications.cachelistener.filter.CacheEventConverter<K,V,C>