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

Method addProperty

extensions/script/python/PythonProcessor.cpp:54–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54void PythonProcessor::addProperty(const std::string &name, const std::string &description, const std::string &defaultvalue, bool required, bool el) {
55 std::dynamic_pointer_cast<python::processors::ExecutePythonProcessor>(processor_)->addProperty(name, description, defaultvalue, required, el);
56}
57
58void PythonProcessor::releaseCoreResources() {
59 processor_.reset();

Callers 2

onInitializeFunction · 0.45
onInitializeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected