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

Method getEntryDate

libminifi/src/core/FlowFile.cpp:130–132  ·  view source on GitHub ↗

! Get Entry Date

Source from the content-addressed store, hash-verified

128
129// ! Get Entry Date
130uint64_t FlowFile::getEntryDate() const {
131 return entry_date_;
132}
133uint64_t FlowFile::getEventTime() const {
134 return event_time_;
135}

Callers 2

pollMethod · 0.45
fromFlowFileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected