构造函数,流程对象基类。
1
explicit Stream::Stream(const std::string& pipelinePath);
Stream::Stream(const std::string& pipelinePath, const std::string& streamName);
参数名
输入/输出
说明
pipelinePath
输入
流程配置文件路径。
streamName
流程对象名。