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

Method initialize

extensions/mqtt/processors/ConvertUpdate.cpp:89–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87}
88
89void ConvertUpdate::initialize() {
90 // Set the supported properties
91 std::set<core::Property> properties;
92 properties.insert(MQTTControllerService);
93 properties.insert(ListeningTopic);
94 properties.insert(SSLContext);
95 setSupportedProperties(properties);
96 // Set the supported relationships
97 std::set<core::Relationship> relationships;
98 relationships.insert(Success);
99 setSupportedRelationships(relationships);
100}
101
102} /* namespace processors */
103} /* namespace minifi */

Callers 1

onTriggerMethod · 0.45

Calls 1

insertMethod · 0.45

Tested by

no test coverage detected