| 124 | } |
| 125 | |
| 126 | std::shared_ptr<minifi::Connection> FlowConfiguration::createConnection(std::string name, const utils::Identifier& uuid) const { |
| 127 | return std::make_shared<minifi::Connection>(flow_file_repo_, content_repo_, name, uuid); |
| 128 | } |
| 129 | |
| 130 | std::shared_ptr<core::controller::ControllerServiceNode> FlowConfiguration::createControllerService(const std::string &class_name, const std::string &full_class_name, const std::string &name, |
| 131 | const utils::Identifier& uuid) { |