de.joerghoh.cq5.healthcheck.StatusProvider Maven / Gradle / Ivy
package de.joerghoh.cq5.healthcheck;
/**
* Interface for status providers.
*/
public interface StatusProvider {
public Status getStatus();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy