public class ClusterAgent
extends net.kuujo.xync.Xync
If deploying this verticle directly (and not as a module) the verticle should always be deployed as a worker verticle. If the current Vert.x instance is a Hazelcast clustered instance, the cluster agent will use Hazelcast to coordinate deployments.
| Constructor and Description |
|---|
ClusterAgent() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
handleClusterMessage(org.vertx.java.core.eventbus.Message<org.vertx.java.core.json.JsonObject> message) |
protected void |
handleNodeMessage(org.vertx.java.core.eventbus.Message<org.vertx.java.core.json.JsonObject> message) |
protected void handleClusterMessage(org.vertx.java.core.eventbus.Message<org.vertx.java.core.json.JsonObject> message)
handleClusterMessage in class net.kuujo.xync.Xyncprotected void handleNodeMessage(org.vertx.java.core.eventbus.Message<org.vertx.java.core.json.JsonObject> message)
handleNodeMessage in class net.kuujo.xync.XyncCopyright © 2013-2014. All Rights Reserved.