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 VertxFactory
public Vertx vertx(VertxOptions options)
vertx
in interface VertxFactory
public void clusteredVertx(VertxOptions options, Handler<AsyncResult<Vertx>> resultHandler)
clusteredVertx
in interface VertxFactory
public Context context()
context
in interface VertxFactory
Copyright © 2015. All Rights Reserved.