Class SinkContextUtil


  • @Internal
    public class SinkContextUtil
    extends Object
    Utility for creating Sink Contexts.
    • Constructor Detail

      • SinkContextUtil

        public SinkContextUtil()
    • Method Detail

      • forTimestamp

        public static org.apache.flink.streaming.api.functions.sink.legacy.SinkFunction.Context forTimestamp​(long timestamp)
        Creates a SinkFunction.Context that throws an exception when trying to access the current watermark or processing time.