Package org.apache.flink.datastream.api.extension.eventtime.function
-
Interface Summary Interface Description EventTimeProcessFunction The base interface for event time processing, indicating that theProcessFunctionwill be enriched with event time processing functions, such as registering event timers and handle event time watermarks.OneInputEventTimeStreamProcessFunction<IN,OUT> TheOneInputStreamProcessFunctionthat extends with event time support.TwoInputBroadcastEventTimeStreamProcessFunction<IN1,IN2,OUT> TheTwoInputBroadcastStreamProcessFunctionthat extends with event time support.TwoInputNonBroadcastEventTimeStreamProcessFunction<IN1,IN2,OUT> TheTwoInputNonBroadcastStreamProcessFunctionthat extends with event time support.TwoOutputEventTimeStreamProcessFunction<IN,OUT1,OUT2> TheTwoOutputStreamProcessFunctionthat extends with event time support.