public interface ProvenanceEventEnricher
| Modifier and Type | Method and Description |
|---|---|
ProvenanceEventRecord |
enrich(ProvenanceEventRecord record,
FlowFile flowFile,
long commitNanos)
Returns a new Provenance event that has been updated to contain the original and updated FlowFile attributes and content claim information.
|
ProvenanceEventRecord enrich(ProvenanceEventRecord record, FlowFile flowFile, long commitNanos)
record - recordflowFile - flowfilecommitNanos - the time (in nanoseconds) when the associated session was committedCopyright © 2021 Apache NiFi Project. All rights reserved.