MCPcopy Create free account
hub / github.com/apache/nifi-minifi-cpp / createConnection

Method createConnection

libminifi/src/core/FlowConfiguration.cpp:126–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124}
125
126std::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
130std::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) {

Callers 1

parseConnectionYamlMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected