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

com.region.loadbalancer.group.ServerState Maven / Gradle / Ivy

The newest version!
package com.region.loadbalancer.group;

/**
 * The status of Server
 *
 * @author liujieyu
 * @date 2023/5/26 0:05
 * @desciption
 */
public enum ServerState {

    /**
     * Server is up and ready for request.
     */
    UP,

    /**
     * Server is anomaly, something abnormal happened.
     */
    DOWN;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy