Interface EventPayload


@API(status=EXPERIMENTAL) public interface EventPayload
The real time event payload type. All events read through datafeed should implement this type.
  • Method Summary

    Modifier and Type
    Method
    Description
    the real event timestamp, when the event is generated from the platform before pushing to datafeed.
    void
    setEventTimestamp(Long eventTimestamp)
     
  • Method Details

    • getEventTimestamp

      Long getEventTimestamp()
      the real event timestamp, when the event is generated from the platform before pushing to datafeed.
      Returns:
      timestamp in long
    • setEventTimestamp

      void setEventTimestamp(Long eventTimestamp)