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

Method stop

libminifi/src/FlowControlProtocol.cpp:135–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133}
134
135void FlowControlProtocol::stop() {
136 if (!running_)
137 return;
138 running_ = false;
139 logger_->log_info("FlowControl Protocol Stop");
140}
141
142void FlowControlProtocol::run(FlowControlProtocol *protocol) {
143 while (protocol->running_) {

Callers 1

sendReportReqMethod · 0.45

Calls 1

log_infoMethod · 0.80

Tested by

no test coverage detected