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

io.vertx.up.Monitor Maven / Gradle / Ivy

There is a newer version: 0.9.0
Show newest version
package io.vertx.up;

import io.vertx.core.json.JsonObject;
import io.vertx.up.eon.em.Etat;

public interface Monitor {
    /**
     * Health Check
     *
     * @return
     */
    JsonObject checkHealth();

    /**
     * Launcher Status
     *
     * @return
     */
    Etat getStatus();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy