public class BeatsMessageServerFactory
extends org.apache.nifi.event.transport.netty.NettyEventServerFactory
| Constructor and Description |
|---|
BeatsMessageServerFactory(ComponentLog log,
InetAddress address,
int port,
BlockingQueue<BatchMessage> events)
Beats Message Server Factory constructor with standard configuration arguments
|
| Modifier and Type | Method and Description |
|---|---|
protected io.netty.channel.EventLoopGroup |
getEventLoopGroup() |
public BeatsMessageServerFactory(ComponentLog log, InetAddress address, int port, BlockingQueue<BatchMessage> events)
log - Component Logaddress - Server Addressport - Server Port Numberevents - Blocking Queue for events receivedCopyright © 2022 Apache NiFi Project. All rights reserved.