public class JythonVerticle extends Verticle
Modifier and Type | Method and Description |
---|---|
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 void start() throws java.lang.Exception
Verticle