All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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