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

de.joerghoh.cq5.healthcheck.StatusService Maven / Gradle / Ivy

package de.joerghoh.cq5.healthcheck;

/**
 * Queries all registered StatusProvider services and consolidates the various
 * results into a single result.
 */
public interface StatusService {
	
	/**
	 * Returns the overall status.
	 * @return system status
	 */
	public Status getStatus();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy