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

Method initialize

libminifi/test/KamikazeProcessor.cpp:50–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48 ->withDefaultValue<bool>(false)->build());
49
50void KamikazeProcessor::initialize() {
51 setSupportedProperties({ThrowInOnSchedule, ThrowInOnTrigger});
52}
53
54void KamikazeProcessor::onSchedule(core::ProcessContext *context, core::ProcessSessionFactory* /*sessionFactory*/) {
55 std::string value;

Callers 5

addProcessorMethod · 0.45
addControllerMethod · 0.45
LogTestControllerMethod · 0.45
TestControllerMethod · 0.45
createPlanMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected