Uses of Enum Class
org.apache.nifi.jms.processors.ioconcept.writer.record.OutputStrategy
Packages that use OutputStrategy
-
Uses of OutputStrategy in org.apache.nifi.jms.processors.ioconcept.writer.record
Fields in org.apache.nifi.jms.processors.ioconcept.writer.record declared as OutputStrategyMethods in org.apache.nifi.jms.processors.ioconcept.writer.record that return OutputStrategyModifier and TypeMethodDescriptionstatic OutputStrategyReturns the enum constant of this class with the specified name.static OutputStrategy[]OutputStrategy.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.apache.nifi.jms.processors.ioconcept.writer.record with parameters of type OutputStrategyModifierConstructorDescriptionRecordWriter(RecordReaderFactory readerFactory, RecordSetWriterFactory writerFactory, Marshaller<T> marshaller, AttributeSource<T> attributeSource, OutputStrategy outputStrategy, ComponentLog logger)