Home »
MCQs »
Apache Flink MCQs
Which of the following method is used to build custom data processing logic on a stream?
27. Which of the following method is used to build custom data processing logic on a stream?
- Stream()
- Process()
- Handler()
- Transform()
Answer: B) Process()
Explanation:
To build custom data processing logic on a stream, use the process() function.