| Package | Description |
|---|---|
| io.vertx.axle.core |
| Modifier and Type | Field and Description |
|---|---|
static TypeArg<Context> |
Context.__TYPE_ARG |
| Modifier and Type | Method and Description |
|---|---|
static Context |
Vertx.currentContext()
Gets the current context
|
Context |
Context.exceptionHandler(Consumer<Throwable> handler)
Set an exception handler called when the context runs an action throwing an uncaught throwable.
When this handler is called,
Vertx.currentContext() will return this context. |
Context |
Vertx.getOrCreateContext()
Gets the current context, or creates one if there isn't one
|
static Context |
Context.newInstance(io.vertx.core.Context arg) |
Copyright © 2019 SmallRye. All rights reserved.