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

io.fabric8.karaf.checks.ReadinessChecker Maven / Gradle / Ivy

There is a newer version: 3.0.1
Show newest version
package io.fabric8.karaf.checks;

import java.util.List;

public interface ReadinessChecker {

    List getFailingReadinessChecks();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy