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

Method setConnection

libminifi/src/core/FlowFile.cpp:203–205  ·  view source on GitHub ↗

* Sets the original connection with a shared pointer. * @param connection shared connection. */

Source from the content-addressed store, hash-verified

201 * @param connection shared connection.
202 */
203void FlowFile::setConnection(const std::shared_ptr<core::Connectable>& connection) {
204 connection_ = connection;
205}
206
207/**
208 * Returns the original connection referenced by this record.

Callers 3

RepoTests.cppFile · 0.45
pollMethod · 0.45
routeFlowFileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected