Uses of Interface
org.apache.nifi.processor.ProcessSession
Packages that use ProcessSession
-
Uses of ProcessSession in org.apache.nifi.processor
Methods in org.apache.nifi.processor that return ProcessSessionMethods in org.apache.nifi.processor with parameters of type ProcessSessionModifier and TypeMethodDescriptionvoidProcessSession.migrate(ProcessSession newOwner) Migrates all FlowFiles to the given new owner as described inmigrate(ProcessSession, Collection)voidProcessSession.migrate(ProcessSession newOwner, Collection<FlowFile> flowFiles) Migrates ownership of the given FlowFiles fromthisto the givennewOwner.abstract voidAbstractProcessor.onTrigger(ProcessContext context, ProcessSession session)