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, setVertx
public static void load(java.lang.String moduleName) throws java.lang.Exception
java.lang.Exception
public void start() throws java.lang.Exception
Verticle