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

Method setFallbackAgentIdentifier

libminifi/src/Configure.cpp:82–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82void Configure::setFallbackAgentIdentifier(const std::string& id) {
83 std::lock_guard<std::mutex> guard(fallback_identifier_mutex_);
84 fallback_identifier_ = id;
85}
86
87} /* namespace minifi */
88} /* namespace nifi */

Callers 1

initializeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected