Interface ProvenanceEventEnricher
- All Known Implementing Classes:
StandardProcessSession
public interface ProvenanceEventEnricher
-
Method Summary
Modifier and TypeMethodDescriptionenrich(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.
-
Method Details
-
enrich
Returns a new Provenance event that has been updated to contain the original and updated FlowFile attributes and content claim information.- Parameters:
record- recordflowFile- flowfilecommitNanos- the time (in nanoseconds) when the associated session was committed- Returns:
- new event record
-