Registry / networking / vertx-hazelcast

vertx-hazelcast

JSON →
library5.0.10javamavenunverified

Vert.x 5 Parent pom

<dependency> <groupId>io.vertx</groupId> <artifactId>vertx-hazelcast</artifactId> <version>5.0.10</version> </dependency>
INSTALL
IMPORT
SIG · VERTX-HAZELCAST
V
vertx-hazelcast
networkingjavav5.0.10
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

HazelcastClusterManager
io.vertx.spi.cluster.hazelcast.HazelcastClusterManager

Starts a clustered Vert.x instance using Hazelcast for cluster management.

import io.vertx.spi.cluster.hazelcast.HazelcastClusterManager; import io.vertx.core.Vertx; import io.vertx.core.VertxOptions; public class Example { public static void main(String[] args) { VertxOptions options = new VertxOptions().setClusterManager(new HazelcastClusterManager()); Vertx.clusteredVertx(options, res -> { if (res.succeeded()) { System.out.println("Clustered Vert.x started"); } }); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
5.0.10latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
24 hits · last 30 days
node
21
OpenAI (training)
1
Resources
vertx-hazelcast — mvn dependency:get vertx-hazelcast · libregistry