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

Method onTrigger

nanofi/src/cxx/CallbackProcessor.cpp:42–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42void CallbackProcessor::onTrigger(core::ProcessContext *context, core::ProcessSession *session) {
43 if (ontrigger_callback_ != nullptr) {
44 ontrigger_callback_(session, context);
45 }
46}
47
48} /* namespace processors */
49} /* namespace minifi */

Callers 2

runNextProcessorMethod · 0.45
transferMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected