Package io.vertx.spi.cluster.hazelcast
Interface ClusterHealthCheck
-
public interface ClusterHealthCheck
A helper to create Vert.x clusterHealthChecks
procedures.
-
-
Method Summary
Static Methods Modifier and Type Method Description static Handler<Promise<Status>>
createProcedure(Vertx vertx)
Creates a ready-to-use Vert.x clusterHealthChecks
procedure.
-
-
-
Method Detail
-
createProcedure
static Handler<Promise<Status>> createProcedure(Vertx vertx)
Creates a ready-to-use Vert.x clusterHealthChecks
procedure.- Parameters:
vertx
- the instance of Vert.x, must not benull
- Returns:
- a Vert.x cluster
HealthChecks
procedure
-
-