Interface Datum


  • public interface Datum
    Datum contains methods to get the payload information.
    • Method Detail

      • getValue

        byte[] getValue()
        method to get the payload value
        Returns:
        returns the payload value in byte array
      • getEventTime

        java.time.Instant getEventTime()
        method to get the event time of the payload
        Returns:
        returns the event time of the payload
      • getWatermark

        java.time.Instant getWatermark()
        method to get the watermark information
        Returns:
        returns the watermark
      • getDatumMetadata

        DatumMetadata getDatumMetadata()
        method to get the metadata information for the Datum
        Returns:
        returns the metadata