Interface TwoInputStreamOperatorFactory<IN1,IN2,OUT>

Type Parameters:
IN1 - The input type of the operator
IN2 - The input type of the operator
OUT - The output type of the operator
All Superinterfaces:
Serializable, StreamOperatorFactory<OUT>

@PublicEvolving public interface TwoInputStreamOperatorFactory<IN1,IN2,OUT> extends StreamOperatorFactory<OUT>
A factory to create TwoInputStreamOperator.