Interface ClusterHealthCheck
public interface ClusterHealthCheck
A helper to create Vert.x cluster
HealthChecks procedures.-
Method Summary
Static MethodsModifier and TypeMethodDescriptioncreateProcedure(Vertx vertx) Creates a ready-to-use Vert.x clusterHealthChecksprocedure.
-
Method Details
-
createProcedure
Creates a ready-to-use Vert.x clusterHealthChecksprocedure.- Parameters:
vertx- the instance of Vert.x, must not benull- Returns:
- a Vert.x cluster
HealthChecksprocedure
-