Interface ProvenanceEventEnricher

All Known Implementing Classes:
StandardProcessSession

public interface ProvenanceEventEnricher
  • Method Summary

    Modifier and Type
    Method
    Description
    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.
  • Method Details

    • enrich

      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.
      Parameters:
      record - record
      flowFile - flowfile
      commitNanos - the time (in nanoseconds) when the associated session was committed
      Returns:
      new event record