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

Method getInitializer

libminifi/include/core/ClassLoader.h:127–129  ·  view source on GitHub ↗

* Returns an initializer for the factory. */

Source from the content-addressed store, hash-verified

125 * Returns an initializer for the factory.
126 */
127 virtual std::unique_ptr<ObjectFactoryInitializer> getInitializer() {
128 return nullptr;
129 }
130
131 /**
132 * Gets the name of the object.

Callers 2

registerResourceMethod · 0.45
registerClassMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected