Uses of Interface
org.apache.flink.datastream.api.extension.eventtime.function.TwoOutputEventTimeStreamProcessFunction
Packages that use TwoOutputEventTimeStreamProcessFunction
-
Uses of TwoOutputEventTimeStreamProcessFunction in org.apache.flink.datastream.api.extension.eventtime
Methods in org.apache.flink.datastream.api.extension.eventtime with parameters of type TwoOutputEventTimeStreamProcessFunctionModifier and TypeMethodDescriptionstatic <IN,OUT1, OUT2>
TwoOutputStreamProcessFunction<IN,OUT1, OUT2> EventTimeExtension.wrapProcessFunction(TwoOutputEventTimeStreamProcessFunction<IN, OUT1, OUT2> processFunction) Wrap the user-definedTwoOutputStreamProcessFunction, which will provide related components such asEventTimeManagerand declare the necessary built-in state required for the Timer, etc.