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

Method ExecuteScript

extensions/script/ExecuteScript.h:39–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37class ExecuteScript : public core::Processor {
38 public:
39 explicit ExecuteScript(const std::string &name, utils::Identifier uuid = utils::Identifier())
40 : Processor(name, uuid),
41 logger_(logging::LoggerFactory<ExecuteScript>::getLogger()),
42 script_engine_q_() {
43 }
44
45 static core::Property ScriptEngine;
46 static core::Property ScriptFile;

Callers

nothing calls this directly

Calls 1

IdentifierClass · 0.85

Tested by

no test coverage detected