Uses of Interface
org.apache.nifi.processor.io.InputStreamCallback
Packages that use InputStreamCallback
-
Uses of InputStreamCallback in org.apache.nifi.processor
Methods in org.apache.nifi.processor with parameters of type InputStreamCallbackModifier and TypeMethodDescriptionvoid
ProcessSession.read
(FlowFile source, InputStreamCallback reader) Executes the given {code reader}InputStreamCallback
against the content of the givenFlowFile
.