public interface GelfTransport
| Modifier and Type | Method and Description |
|---|---|
void |
send(GelfMessage message)
Sends the given message to the remote host.
|
void |
stop()
Stops the transport.
|
boolean |
trySend(GelfMessage message)
Tries to send the given message to the remote host.
|
void send(GelfMessage message) throws InterruptedException
message - message to send to the remote hostInterruptedExceptionboolean trySend(GelfMessage message)
message - message to send to the remote hostvoid stop()
Copyright © 2014–2017 Graylog, Inc.. All rights reserved.