| Package | Description |
|---|---|
| org.apache.nifi.processor |
| Modifier and Type | Method and Description |
|---|---|
ProcessSession |
ProcessSessionFactory.createSession() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessSession.migrate(ProcessSession newOwner)
Migrates all FlowFiles to the given new owner as described in
migrate(ProcessSession, Collection) |
void |
ProcessSession.migrate(ProcessSession newOwner,
Collection<FlowFile> flowFiles)
Migrates ownership of the given FlowFiles from
this to the given newOwner. |
abstract void |
AbstractProcessor.onTrigger(ProcessContext context,
ProcessSession session) |
Copyright © 2023 Apache NiFi Project. All rights reserved.