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

Method getProcessor

libminifi/include/core/ProcessorNode.h:53–55  ·  view source on GitHub ↗

* Get property using the provided name. * @param name property name. * @param value value passed in by reference * @return result of getting property. */

Source from the content-addressed store, hash-verified

51 * @return result of getting property.
52 */
53 std::shared_ptr<Connectable> getProcessor() const {
54 return processor_;
55 }
56
57 void yield() override {
58 processor_->yield();

Callers 5

updatePropertiesMethod · 0.45
updatePropertiesMethod · 0.45
updatePropertiesMethod · 0.45
setupFlowMethod · 0.45
updatePropertiesMethod · 0.45

Calls

no outgoing calls

Tested by 5

updatePropertiesMethod · 0.36
updatePropertiesMethod · 0.36
updatePropertiesMethod · 0.36
setupFlowMethod · 0.36
updatePropertiesMethod · 0.36