public class AbstractVerticle extends AbstractVerticle
| Modifier and Type | Field and Description |
|---|---|
protected io.vertx.reactivex.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, stoppublic void init(Vertx vertx, Context context)
AbstractVerticleThis is called by Vert.x when the verticle instance is deployed. Don't call it yourself.
init in interface Verticleinit in class AbstractVerticlevertx - the deploying Vert.x instancecontext - the context of the verticleCopyright © 2018 Eclipse. All rights reserved.