public class ConsulServiceVerticle extends AbstractVerticle
context, vertx
Constructor and Description |
---|
ConsulServiceVerticle() |
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 here.
|
void |
stop()
If your verticle has simple synchronous clean-up tasks to complete then override this method and put your clean-up
code in here.
|
config, deploymentID, getVertx, init, processArgs, start, stop
public void start() throws Exception
AbstractVerticle
start
in class AbstractVerticle
Exception
public void stop() throws Exception
AbstractVerticle
stop
in class AbstractVerticle
Exception
Copyright © 2023 Eclipse. All rights reserved.