Class StandardProcessSession

java.lang.Object
org.apache.nifi.controller.repository.StandardProcessSession
All Implemented Interfaces:
ProvenanceEventEnricher, ProcessSession

public class StandardProcessSession extends Object implements ProcessSession, ProvenanceEventEnricher

Provides a ProcessSession that ensures all accesses, changes and transfers occur in an atomic manner for all FlowFiles including their contents and attributes

NOT THREAD SAFE