| Package | Description |
|---|---|
| org.apache.nifi.event.transport.netty |
| Modifier and Type | Method and Description |
|---|---|
static FilteringStrategy |
FilteringStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FilteringStrategy[] |
FilteringStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ByteArrayMessageNettyEventServerFactory(ComponentLog log,
InetAddress address,
int port,
TransportProtocol protocol,
byte[] delimiter,
int maxFrameLength,
BlockingQueue<ByteArrayMessage> messages,
FilteringStrategy filteringStrategy)
Netty Event Server Factory with configurable delimiter and queue of Byte Array Messages
|
Copyright © 2024 Apache NiFi Project. All rights reserved.