Interface Timestamper<T>

All Superinterfaces:
org.apache.flink.api.common.functions.Function, Serializable
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@PublicEvolving @FunctionalInterface public interface Timestamper<T> extends org.apache.flink.api.common.functions.Function
Assigns an event time timestamp to the given record. This class does not create watermarks.
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    timestamp(T element)
     
  • Method Details

    • timestamp

      long timestamp(T element)