| Package | Description |
|---|---|
| org.apache.nifi.event.transport.configuration | |
| org.apache.nifi.event.transport.netty |
| Modifier and Type | Method and Description |
|---|---|
static LineEnding |
LineEnding.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LineEnding[] |
LineEnding.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
StringNettyEventSenderFactory(ComponentLog log,
String address,
int port,
TransportProtocol protocol,
Charset charset,
LineEnding lineEnding)
Netty Event Sender Factory with configurable character set for String encoding
|
Copyright © 2022 Apache NiFi Project. All rights reserved.