Class TimestampedDataNotification


public class TimestampedDataNotification extends AbstractDataNotification
Represents a JSON-RPC Notification for timestamped data sent from Edge to Backend.
 {
   "jsonrpc": "2.0",
   "method": "timestampedData",
   "params": {
     [timestamp: epoch in milliseconds]: {
       [channelAddress]: JsonElement
     }
   }
 }