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

Method ConfigurableComponent

libminifi/src/core/ConfigurableComponent.cpp:35–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33namespace core {
34
35ConfigurableComponent::ConfigurableComponent()
36 : accept_all_properties_(false),
37 logger_(logging::LoggerFactory<ConfigurableComponent>::getLogger()) {
38}
39
40ConfigurableComponent::ConfigurableComponent(const ConfigurableComponent &&other)
41 : accept_all_properties_(false),

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected