| 87 | } |
| 88 | |
| 89 | void 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 */ |