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

org.graylog2.restroutes.generated.SystemProcessingResource Maven / Gradle / Ivy


package org.graylog2.restroutes.generated;

import org.graylog2.restroutes.PathMethod;

public class SystemProcessingResource {


    public PathMethod pauseProcessing() {
        return new PathMethod("PUT", "/system/processing/pause");
    }

    public PathMethod resumeProcessing() {
        return new PathMethod("PUT", "/system/processing/resume");
    }

    public PathMethod unlockProcessingPause() {
        return new PathMethod("PUT", "/system/processing/pause/unlock");
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy