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 TypeMethodDescriptionvoid
ProcessSession.migrate
(ProcessSession newOwner) Migrates all FlowFiles to the given new owner as described inmigrate(ProcessSession, Collection)
void
ProcessSession.migrate
(ProcessSession newOwner, Collection<FlowFile> flowFiles) Migrates ownership of the given FlowFiles fromthis
to the givennewOwner
.abstract void
AbstractProcessor.onTrigger
(ProcessContext context, ProcessSession session)