Package | Description |
---|---|
io.vertx.core | |
io.vertx.core.spi | |
io.vertx.ext.unit.junit | |
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 |
Vertx.getOrCreateContext()
Gets the current context, or creates one if there isn't one
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractVerticle.init(Vertx vertx,
Context context)
Initialise the verticle.
|
void |
Verticle.init(Vertx vertx,
Context context)
Initialise the verticle with the Vert.x instance and the context.
|
Modifier and Type | Method and Description |
---|---|
Context |
VertxFactory.context() |
Constructor and Description |
---|
VertxUnitStatement(java.util.function.Supplier<Context> supplier,
Statement base) |
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 © 2015. All Rights Reserved.