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

Method drainRepositories

libminifi/include/FlowController.h:117–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115 int16_t stop() override;
116 int16_t applyUpdate(const std::string &source, const std::string &configuration, bool persist) override;
117 int16_t drainRepositories() override {
118 return -1;
119 }
120
121 std::vector<std::shared_ptr<state::StateController>> getComponents(const std::string &name) override;
122

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected