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

com.redismq.constant.StateConstant Maven / Gradle / Ivy

There is a newer version: 1.2.1
Show newest version
package com.redismq.constant;

public class StateConstant {
    public static final int RUNNING = 1;
    public static final int STOP = 1 << 1;
    public static final int PAUSE = 1 << 2;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy