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 TypeMethodDescriptionvoidProcessSession.read(FlowFile source, InputStreamCallback reader) Executes the given {code reader}InputStreamCallbackagainst the content of the givenFlowFile.