public abstract class TestClientBase extends Verticle
Constructor and Description |
---|
TestClientBase() |
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