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

Method getConnection

libminifi/src/core/FlowFile.cpp:211–213  ·  view source on GitHub ↗

* Returns the original connection referenced by this record. * @return shared original connection pointer. */

Source from the content-addressed store, hash-verified

209 * @return shared original connection pointer.
210 */
211std::shared_ptr<core::Connectable> FlowFile::getConnection() const {
212 return connection_;
213}
214
215const std::string SpecialFlowAttribute::PATH = "path";
216const std::string SpecialFlowAttribute::ABSOLUTE_PATH = "absolute.path";

Callers 3

commitMethod · 0.45
rollbackMethod · 0.45
fromFlowFileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected