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

com.uid2.shared.health.IHealthComponent Maven / Gradle / Ivy

package com.uid2.shared.health;

public interface IHealthComponent {
    String name();

    boolean isHealthy();

    String reason();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy