Package org.apache.flink.runtime.asyncprocessing.functions
-
Class Summary Class Description DeclaringAsyncKeyedCoProcessFunction<K,IN1,IN2,OUT> A function that processes elements of two keyed streams and produces a single output stream.DeclaringAsyncKeyedProcessFunction<K,I,O> A keyed function that processes elements of a stream.