
com.groupbyinc.common.manager.health.HealthStatus Maven / Gradle / Ivy
package com.groupbyinc.common.manager.health;
/**
* Health status enum
*
* @author Osman Currim
* @author Alan Czajkowski
*/
public enum HealthStatus {
green,
yellow,
red
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy