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

org.noear.solon.health.HealthStatus Maven / Gradle / Ivy

There is a newer version: 3.0.0-M4
Show newest version
package org.noear.solon.health;

/**
 * 健康状态
 *
 * @author iYarnFog
 * @since 1.5
 */
public enum HealthStatus {
    /**
     * 在线
     */
    UP,
    /**
     * 下线
     */
    DOWN,
    /**
     * 出错
     */
    ERROR;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy