* Sets the original connection with a shared pointer. * @param connection shared connection. */
| 201 | * @param connection shared connection. |
| 202 | */ |
| 203 | void FlowFile::setConnection(const std::shared_ptr<core::Connectable>& connection) { |
| 204 | connection_ = connection; |
| 205 | } |
| 206 | |
| 207 | /** |
| 208 | * Returns the original connection referenced by this record. |
no outgoing calls
no test coverage detected