![JAR search and dependency download from the Maven repository](/logo.png)
org.graylog2.GelfSender Maven / Gradle / Ivy
package org.graylog2;
public interface GelfSender {
public static final int DEFAULT_PORT = 12201;
public GelfSenderResult sendMessage(GelfMessage message);
public void close();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy