Interface ClusterHealthCheck


  • public interface ClusterHealthCheck
    A helper to create Vert.x cluster HealthChecks procedures.
    • Method Detail

      • createProcedure

        static Handler<Promise<Status>> createProcedure​(Vertx vertx)
        Creates a ready-to-use Vert.x cluster HealthChecks procedure.
        Parameters:
        vertx - the instance of Vert.x, must not be null
        Returns:
        a Vert.x cluster HealthChecks procedure