Interface EventTimeExtractor<T>

All Superinterfaces:
Serializable

@Experimental public interface EventTimeExtractor<T> extends Serializable
A user function designed to extract event time from an event.
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    Extract the event time from the event, with the result provided in milliseconds.
  • Method Details

    • extractTimestamp

      long extractTimestamp(T event)
      Extract the event time from the event, with the result provided in milliseconds.