public class AbstractVerticle extends AbstractVerticle
Modifier and Type | Field and Description |
---|---|
protected io.vertx.rxjava.core.Vertx |
vertx |
context
Constructor and Description |
---|
AbstractVerticle() |
Modifier and Type | Method and Description |
---|---|
void |
init(Vertx vertx,
Context context)
Initialise the verticle.
|
config, deploymentID, getVertx, processArgs, start, start, stop, stop
public void init(Vertx vertx, Context context)
AbstractVerticle
This is called by Vert.x when the verticle instance is deployed. Don't call it yourself.
init
in interface Verticle
init
in class AbstractVerticle
vertx
- the deploying Vert.x instancecontext
- the context of the verticleCopyright © 2018 Eclipse. All rights reserved.