public class VertxFactoryImpl extends Object implements VertxFactory
| Constructor and Description |
|---|
VertxFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
clusteredVertx(VertxOptions options,
Handler<AsyncResult<Vertx>> resultHandler) |
Context |
context() |
Vertx |
vertx() |
Vertx |
vertx(VertxOptions options) |
public Vertx vertx()
vertx in interface VertxFactorypublic Vertx vertx(VertxOptions options)
vertx in interface VertxFactorypublic void clusteredVertx(VertxOptions options, Handler<AsyncResult<Vertx>> resultHandler)
clusteredVertx in interface VertxFactorypublic Context context()
context in interface VertxFactoryCopyright © 2015. All Rights Reserved.