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

io.split.engine.evaluator.Labels Maven / Gradle / Ivy

There is a newer version: 4.13.0
Show newest version
package io.split.engine.evaluator;

public class Labels {
    public static final String NOT_IN_SPLIT = "not in split";
    public static final String DEFAULT_RULE = "default rule";
    public static final String KILLED = "killed";
    public static final String DEFINITION_NOT_FOUND = "definition not found";
    public static final String EXCEPTION = "exception";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy