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

Method hasTooMuchOutGoing

libminifi/src/SchedulingAgent.cpp:83–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81}
82
83bool SchedulingAgent::hasTooMuchOutGoing(const std::shared_ptr<core::Processor>& processor) {
84 return processor->flowFilesOutGoingFull();
85}
86
87bool SchedulingAgent::onTrigger(const std::shared_ptr<core::Processor> &processor, const std::shared_ptr<core::ProcessContext> &processContext,
88 const std::shared_ptr<core::ProcessSessionFactory> &sessionFactory) {

Callers

nothing calls this directly

Calls 1

flowFilesOutGoingFullMethod · 0.80

Tested by

no test coverage detected