Interface TwoInputNonBroadcastWindowStreamProcessFunction<IN1,IN2,OUT>

Type Parameters:
IN1 - The type of the input1 value.
IN2 - The type of the input2 value.
OUT - The type of the output value.
All Superinterfaces:
org.apache.flink.api.common.functions.Function, ProcessFunction, Serializable, WindowProcessFunction

@Experimental public interface TwoInputNonBroadcastWindowStreamProcessFunction<IN1,IN2,OUT> extends WindowProcessFunction
A type of WindowProcessFunction for two input window processing, such as window-join.