public class ConfigurableVerticleExamples extends AbstractVerticle
context, vertx| Constructor and Description |
|---|
ConfigurableVerticleExamples() |
| Modifier and Type | Method and Description |
|---|---|
void |
start()
If your verticle does a simple, synchronous start-up then override this method and put your start-up
code in there.
|
config, deploymentID, getVertx, init, processArgs, start, stop, stoppublic void start()
throws Exception
AbstractVerticlestart in class AbstractVerticleExceptionCopyright © 2015. All Rights Reserved.