Created
March 17, 2017 13:04
-
-
Save ftrossbach/ab67d67a4fcbb5a39f30a10917bf2ac6 to your computer and use it in GitHub Desktop.
VertxCluster
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Vertx.clusteredVertx(new VertxOptions().setClusterManager(new HazelcastClusterManager()), handler -> { | |
if(handler.succeeded()){ | |
Vertx vertx = handler.result(); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment