Uses of Class
org.apache.nifi.connectable.ConnectionUtils.FlowFileCloneResult
Packages that use ConnectionUtils.FlowFileCloneResult
-
Uses of ConnectionUtils.FlowFileCloneResult in org.apache.nifi.connectable
Methods in org.apache.nifi.connectable that return ConnectionUtils.FlowFileCloneResultModifier and TypeMethodDescriptionConnectionUtils.clone(FlowFileRecord flowFile, Collection<Connection> destinations, FlowFileRepository flowFileRepository, ContentRepository contentRepository) Creates the FlowFileRecords and the RepositoryRecords necessary for transferring the given FlowFile to all of the given destinations.