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

Method setTimeOut

libminifi/include/core/ProcessGroup.h:89–91  ·  view source on GitHub ↗

setTimeOut

Source from the content-addressed store, hash-verified

87 }
88 // setTimeOut
89 void setTimeOut(uint64_t time) {
90 timeOut_ = time;
91 }
92 uint64_t getTimeOut() {
93 return timeOut_;
94 }

Callers 2

parsePortYamlMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected