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

cn.hippo4j.starter.remote.ServerHealthCheck Maven / Gradle / Ivy

There is a newer version: 1.5.0
Show newest version
package cn.hippo4j.starter.remote;

/**
 * Server health check.
 *
 * @author chen.ma
 * @date 2021/12/8 20:08
 */
public interface ServerHealthCheck {

    /**
     * Is health status.
     *
     * @return
     */
    boolean isHealthStatus();

    /**
     * Set health status.
     *
     * @param healthStatus
     */
    void setHealthStatus(boolean healthStatus);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy