Interface TwoOutputWindowStreamProcessFunction<IN,OUT1,OUT2>

Type Parameters:
IN - The type of the input value.
OUT1 - The type of the output value to the first output.
OUT2 - The type of the output value to the second output.
All Superinterfaces:
org.apache.flink.api.common.functions.Function, ProcessFunction, Serializable, WindowProcessFunction

@Experimental public interface TwoOutputWindowStreamProcessFunction<IN,OUT1,OUT2> extends WindowProcessFunction
A type of WindowProcessFunction for two-output window processing.