| Package | Description |
|---|---|
| org.apache.flink.streaming.api.functions.co |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
ProcessJoinFunction.processElement(IN1 left,
IN2 right,
ProcessJoinFunction.Context ctx,
org.apache.flink.util.Collector<OUT> out)
This method is called for each joined pair of elements.
|
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.