public interface ClusterManager
| Modifier and Type | Method and Description |
|---|---|
String |
address()
Returns the cluster address.
|
ClusterManager |
start()
Starts the cluster manager.
|
ClusterManager |
start(org.vertx.java.core.Handler<org.vertx.java.core.AsyncResult<Void>> doneHandler)
Starts the cluster manager.
|
void |
stop()
Stops the cluster manager.
|
void |
stop(org.vertx.java.core.Handler<org.vertx.java.core.AsyncResult<Void>> doneHandler)
Stops the cluster manager.
|
String address()
ClusterManager start()
ClusterManager start(org.vertx.java.core.Handler<org.vertx.java.core.AsyncResult<Void>> doneHandler)
doneHandler - An asynchronous handler to be called once complete.void stop()
void stop(org.vertx.java.core.Handler<org.vertx.java.core.AsyncResult<Void>> doneHandler)
doneHandler - An asynchronous handler to be called once complete.Copyright © 2013-2014. All Rights Reserved.