Uses of Enum Class
org.apache.nifi.processor.FlowFileFilter.FlowFileFilterResult
Packages that use FlowFileFilter.FlowFileFilterResult
-
Uses of FlowFileFilter.FlowFileFilterResult in org.apache.nifi.processor
Methods in org.apache.nifi.processor that return FlowFileFilter.FlowFileFilterResultModifier and TypeMethodDescriptionIndicates whether or not the given FlowFile should be selected and whether or not the Processor is interested in filtering additional FlowFilesReturns the enum constant of this class with the specified name.static FlowFileFilter.FlowFileFilterResult[]FlowFileFilter.FlowFileFilterResult.values()Returns an array containing the constants of this enum class, in the order they are declared.