Uses of Enum Class
org.apache.nifi.event.transport.configuration.LineEnding
Packages that use LineEnding
Package
Description
-
Uses of LineEnding in org.apache.nifi.event.transport.configuration
Methods in org.apache.nifi.event.transport.configuration that return LineEndingModifier and TypeMethodDescriptionstatic LineEndingReturns the enum constant of this class with the specified name.static LineEnding[]LineEnding.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of LineEnding in org.apache.nifi.event.transport.netty
Constructors in org.apache.nifi.event.transport.netty with parameters of type LineEndingModifierConstructorDescriptionStringNettyEventSenderFactory(ComponentLog log, String address, int port, TransportProtocol protocol, Charset charset, LineEnding lineEnding) Netty Event Sender Factory with configurable character set for String encoding