public interface NodeManager
| Modifier and Type | Method and Description |
|---|---|
String |
address()
Returns the node address.
|
NodeManager |
start()
Starts the node manager.
|
NodeManager |
start(org.vertx.java.core.Handler<org.vertx.java.core.AsyncResult<Void>> doneHandler)
Starts the node manager.
|
void |
stop()
Stops the node manager.
|
void |
stop(org.vertx.java.core.Handler<org.vertx.java.core.AsyncResult<Void>> doneHandler)
Stops the node manager.
|
String address()
NodeManager start()
NodeManager 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.