com.vaadin.collaborationengine.

Class MapChange


  • public class MapChange
    extends AbstractMapChange

    A single change that is emitted from the map data of a Topic.

    Author:

    Vaadin Ltd

    • Constructor Detail

      • MapChange

        public MapChange(String mapName,
                         String key,
                         com.fasterxml.jackson.databind.JsonNode oldValue,
                         com.fasterxml.jackson.databind.JsonNode newValue)
    • Method Detail

      • getOldValue

        public com.fasterxml.jackson.databind.JsonNode getOldValue()