public class RhinoVerticle extends Verticle
| Modifier and Type | Method and Description |
|---|---|
static void |
load(java.lang.String moduleName) |
void |
start()
Vert.x calls the start method when the verticle is deployed
|
void |
stop()
Vert.x calls the stop method when the verticle is undeployed.
|
getContainer, getVertx, setContainer, setVertxpublic static void load(java.lang.String moduleName)
throws java.lang.Exception
java.lang.Exceptionpublic void start()
throws java.lang.Exception
Verticle