public interface VertxFactory
Use this to create Vertx instances when embedding Vert.x core directly.
| Modifier and Type | Method and Description | 
|---|---|
void | 
clusteredVertx(VertxOptions options,
              Handler<AsyncResult<Vertx>> resultHandler)  | 
void | 
clusteredVertx(VertxOptions options,
              io.vertx.core.net.impl.transport.Transport transport,
              Handler<AsyncResult<Vertx>> resultHandler)  | 
Context | 
context()  | 
Vertx | 
vertx()  | 
Vertx | 
vertx(VertxOptions options)  | 
Vertx | 
vertx(VertxOptions options,
     io.vertx.core.net.impl.transport.Transport transport)  | 
Vertx vertx()
Vertx vertx(VertxOptions options)
Vertx vertx(VertxOptions options, io.vertx.core.net.impl.transport.Transport transport)
void clusteredVertx(VertxOptions options, Handler<AsyncResult<Vertx>> resultHandler)
void clusteredVertx(VertxOptions options, io.vertx.core.net.impl.transport.Transport transport, Handler<AsyncResult<Vertx>> resultHandler)
Context context()
Copyright © 2020 Eclipse. All rights reserved.