public class DefaultVertxFactory extends VertxFactory
| Constructor and Description |
|---|
DefaultVertxFactory() |
| Modifier and Type | Method and Description |
|---|---|
Vertx |
createVertx() |
Vertx |
createVertx(int port,
java.lang.String hostname) |
Vertx |
createVertx(java.lang.String hostname) |
newVertx, newVertx, newVertxpublic Vertx createVertx()
createVertx in class VertxFactorypublic Vertx createVertx(java.lang.String hostname)
createVertx in class VertxFactorypublic Vertx createVertx(int port, java.lang.String hostname)
createVertx in class VertxFactory