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

Method getCurrentFlowFile

nanofi/src/cxx/Plan.cpp:199–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

197}
198
199std::shared_ptr<core::FlowFile> ExecutionPlan::getCurrentFlowFile() {
200 return current_flowfile_;
201}
202
203std::shared_ptr<core::ProcessSession> ExecutionPlan::getCurrentSession() {
204 return current_session_;

Callers 9

get_next_flow_fileFunction · 0.45
invoke_ffFunction · 0.45
invoke_chunkFunction · 0.45
GetTCPTests.cppFile · 0.45
ProcessorTests.cppFile · 0.45
PutFileTests.cppFile · 0.45

Calls

no outgoing calls

Tested by 1