Class BeamDataStreamPythonFunctionRunner

java.lang.Object
org.apache.flink.streaming.api.runners.python.beam.BeamPythonFunctionRunner
org.apache.flink.streaming.api.runners.python.beam.BeamDataStreamPythonFunctionRunner
All Implemented Interfaces:
AutoCloseable, PythonFunctionRunner

@Internal public class BeamDataStreamPythonFunctionRunner extends BeamPythonFunctionRunner
BeamDataStreamPythonFunctionRunner is responsible for starting a beam python harness to execute user defined python function.