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

Method start

libminifi/src/core/state/ProcessorController.cpp:37–41  ·  view source on GitHub ↗

* Start the client */

Source from the content-addressed store, hash-verified

35 * Start the client
36 */
37int16_t ProcessorController::start() {
38 processor_->setScheduledState(core::ScheduledState::RUNNING);
39 scheduler_->schedule(processor_);
40 return 0;
41}
42/**
43 * Stop the client
44 */

Callers

nothing calls this directly

Calls 2

setScheduledStateMethod · 0.80
scheduleMethod · 0.45

Tested by

no test coverage detected