public class VertxInstance extends Object
| Constructor and Description |
|---|
VertxInstance() |
| Modifier and Type | Method and Description |
|---|---|
io.vertx.reactivex.core.Vertx |
create() |
io.vertx.core.VertxOptions |
getVertxOptions() |
boolean |
isClusterEnable() |
void |
setClusterEnable(boolean pClusterEnable) |
void |
setVertxOptions(io.vertx.core.VertxOptions pVertxOptions) |
void |
start() |
public void start()
public io.vertx.reactivex.core.Vertx create()
throws InterruptedException,
ExecutionException
public io.vertx.core.VertxOptions getVertxOptions()
public void setVertxOptions(io.vertx.core.VertxOptions pVertxOptions)
public boolean isClusterEnable()
public void setClusterEnable(boolean pClusterEnable)
Copyright © 2018. All rights reserved.