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
FieldsModifier and TypeFieldDescriptionstatic org.infinispan.commons.marshall.AdvancedExternalizer<EventListenerConverter> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconvert(K key, V oldValue, org.infinispan.metadata.Metadata oldMetadata, V newValue, org.infinispan.metadata.Metadata newMetadata, org.infinispan.notifications.cachelistener.filter.EventType eventType) voiddoWiring(org.infinispan.factories.ComponentRegistry registry) org.infinispan.commons.dataconversion.MediaTypeformat()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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
-
format
public org.infinispan.commons.dataconversion.MediaType format()
-