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

Function set_failure_strategy

nanofi/src/api/nanofi.cpp:584–586  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

582}
583
584int set_failure_strategy(flow *flow, FailureStrategy strategy) {
585 return flow->setFailureStrategy(strategy) ? 0 : -1;
586}
587
588int set_propery_internal(core::Processor* proc, const char *name, const char *value) {
589 NULL_CHECK(-1, proc, name, value);

Callers 1

CAPITests.cppFile · 0.85

Calls 1

setFailureStrategyMethod · 0.80

Tested by

no test coverage detected