
nl.orange11.healthcheck.api.PingLevel Maven / Gradle / Ivy
package nl.orange11.healthcheck.api;
/**
* Different levels that the ping can perform.
*
* @author Jettro Coenradie
*/
public enum PingLevel {
/**
* Lightweight ping
*/
BASIC,
/**
* Can do a little more than Basic and is therefore heavier on the system
*/
EXTENDED,
/**
* Returns more information about the system and can therefore use more resources of the system
*/
THOROUGH
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy