![JAR search and dependency download from the Maven repository](/logo.png)
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