| Package | Description | 
|---|---|
| io.vertx.core | |
| io.vertx.core.spi | |
| io.vertx.ext.auth | |
| io.vertx.reactivex.core | |
| io.vertx.rxjava.core | 
| Modifier and Type | Field and Description | 
|---|---|
protected Context | 
AbstractVerticle.context
Reference to the context of the verticle 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static Context | 
Vertx.currentContext()
Gets the current context 
 | 
Context | 
Context.exceptionHandler(Handler<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 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static <T> Future<T> | 
Future.fromCompletionStage(CompletionStage<T> completionStage,
                   Context context)  | 
void | 
Verticle.init(Vertx vertx,
    Context context)
Initialise the verticle with the Vert.x instance and the context. 
 | 
void | 
AbstractVerticle.init(Vertx vertx,
    Context context)
Initialise the verticle. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Context | 
VertxFactory.context()  | 
| Modifier and Type | Method and Description | 
|---|---|
static VertxContextPRNG | 
VertxContextPRNG.current(Context context)
Get or create a secure non blocking random number generator using the provided vert.x context. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Context | 
Context.getDelegate()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
AbstractVerticle.init(Vertx vertx,
    Context context)  | 
static Context | 
Context.newInstance(Context arg)  | 
| Constructor and Description | 
|---|
Context(Context delegate)  | 
| Modifier and Type | Method and Description | 
|---|---|
Context | 
Context.getDelegate()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
AbstractVerticle.init(Vertx vertx,
    Context context)  | 
static Context | 
Context.newInstance(Context arg)  | 
| Constructor and Description | 
|---|
Context(Context delegate)  | 
Copyright © 2020 Eclipse. All rights reserved.