Class WATCH.TxEventConverterEmpty

java.lang.Object
org.infinispan.server.resp.commands.tx.WATCH.TxEventConverterEmpty
All Implemented Interfaces:
CacheEventConverter<Object,Object,Object>
Enclosing class:
WATCH

@ProtoTypeId(6110) public static class WATCH.TxEventConverterEmpty extends Object implements CacheEventConverter<Object,Object,Object>
Since:
15.0
Author:
José Bolina
  • Constructor Details

    • TxEventConverterEmpty

      public TxEventConverterEmpty()
  • Method Details

    • convert

      public Object convert(Object key, Object oldValue, Metadata oldMetadata, Object newValue, Metadata newMetadata, EventType eventType)
      Description copied from interface: CacheEventConverter
      Converts the given newValue into something different possibly.
      Specified by:
      convert in interface CacheEventConverter<Object,Object,Object>
      Parameters:
      key - The key for the entry that was changed for the event
      oldValue - The previous value before the event takes place
      oldMetadata - The old value before the event takes place
      newValue - The new value for the entry after the event takes place
      newMetadata - The new metadata for the entry after the event takes place
      eventType - The type of event that is being raised
      Returns:
      The converted value to be used in the event