![JAR search and dependency download from the Maven repository](/logo.png)
info.xiancloud.graylog2.unit.GraylogService Maven / Gradle / Ivy
package info.xiancloud.graylog2.unit;
import info.xiancloud.core.Group;
/**
* @author happyyangyuan
*/
public class GraylogService implements Group {
public static Group singleton = new GraylogService();
@Override
public String getName() {
return "graylogService";
}
@Override
public String getDescription() {
return null;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy