Class KeyValueWithPreviousEventConverter<K,​V>

    • Constructor Detail

      • KeyValueWithPreviousEventConverter

        public KeyValueWithPreviousEventConverter()
    • Method Detail

      • convert

        public KeyValueWithPrevious<K,​V> convert​(K key,
                                                       V oldValue,
                                                       Metadata oldMetadata,
                                                       V newValue,
                                                       Metadata newMetadata,
                                                       EventType eventType)
        Description copied from interface: CacheEventConverter
        Converts the given newValue into something different possibly.
        Specified by:
        convert in interface CacheEventConverter<K,​V,​KeyValueWithPrevious<K,​V>>
        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