Class EventListenerConverter<K,V,C>
java.lang.Object
org.infinispan.server.resp.filter.EventListenerConverter<K,V,C>
- All Implemented Interfaces:
CacheEventConverter<K,V, C>
@ProtoTypeId(6106)
public class EventListenerConverter<K,V,C>
extends Object
implements CacheEventConverter<K,V,C>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface CacheEventConverter
includeOldValue, useRequestFormat
-
Constructor Details
-
EventListenerConverter
-
-
Method Details
-
doWiring
-
convert
public C convert(K key, V oldValue, Metadata oldMetadata, V newValue, Metadata newMetadata, EventType eventType) Description copied from interface:CacheEventConverterConverts the given newValue into something different possibly.- Specified by:
convertin interfaceCacheEventConverter<K,V, C> - Parameters:
key- The key for the entry that was changed for the eventoldValue- The previous value before the event takes placeoldMetadata- The old value before the event takes placenewValue- The new value for the entry after the event takes placenewMetadata- The new metadata for the entry after the event takes placeeventType- The type of event that is being raised- Returns:
- The converted value to be used in the event
-
format
-