| Package | Description |
|---|---|
| io.vertx.axle.core |
| Modifier and Type | Field and Description |
|---|---|
static TypeArg<Vertx> |
Vertx.__TYPE_ARG |
| Modifier and Type | Method and Description |
|---|---|
Vertx |
Vertx.exceptionHandler(Consumer<Throwable> handler)
Set a default exception handler for
Context, set on at creation. |
static Vertx |
Vertx.newInstance(io.vertx.core.Vertx arg) |
Vertx |
Context.owner() |
static Vertx |
Vertx.vertx()
Creates a non clustered instance using default options.
|
static Vertx |
Vertx.vertx(io.vertx.core.VertxOptions options)
Creates a non clustered instance using the specified options
|
| Modifier and Type | Method and Description |
|---|---|
static CompletionStage<Vertx> |
Vertx.clusteredVertx(io.vertx.core.VertxOptions options)
Creates a clustered instance using the specified options.
|
Copyright © 2019 SmallRye. All rights reserved.