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 Detail

      • extractTimestamp

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