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

Method Connectable

libminifi/src/core/Connectable.cpp:32–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30namespace core {
31
32Connectable::Connectable(const std::string &name, const utils::Identifier &uuid)
33 : CoreComponent(name, uuid),
34 max_concurrent_tasks_(1),
35 connectable_version_(nullptr),
36 logger_(logging::LoggerFactory<Connectable>::getLogger()) {
37}
38
39Connectable::Connectable(const std::string &name)
40 : CoreComponent(name),

Callers

nothing calls this directly

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected