public class GelfSenderThread extends Object
GelfTransports.| Constructor and Description |
|---|
GelfSenderThread(BlockingQueue<GelfMessage> queue,
int maxInflightSends)
Creates a new sender thread with the given
BlockingQueue as source of messages. |
public GelfSenderThread(BlockingQueue<GelfMessage> queue, int maxInflightSends)
BlockingQueue as source of messages.queue - the BlockingQueue used as source of GelfMessagesmaxInflightSends - the maximum number of outstanding network writes/flushes before the sender spinsCopyright © 2016 TORCH. All rights reserved.