Package | Description |
---|---|
org.apache.nifi.processor |
Modifier and Type | Method and Description |
---|---|
void |
ProcessSession.read(FlowFile source,
boolean allowSessionStreamManagement,
InputStreamCallback reader)
Deprecated.
Restricting the ProcessSession's ability to manage its own streams should not be used. The need for this
capability was obviated by the introduction of the
ProcessSession.migrate(ProcessSession, Collection) and ProcessSession.migrate(ProcessSession) methods. |
void |
ProcessSession.read(FlowFile source,
InputStreamCallback reader)
Executes the given callback against the contents corresponding to the
given FlowFile.
|
Copyright © 2023 Apache NiFi Project. All rights reserved.