Class Telestion
java.lang.Object
io.vertx.core.AbstractVerticle
de.wuespace.telestion.application.Telestion
- All Implemented Interfaces:
io.vertx.core.Verticle
public final class Telestion
extends io.vertx.core.AbstractVerticle
This is going to be the Telestion application. It launches the verticles which are specified in the configuration.
-
Field Summary
Fields inherited from class io.vertx.core.AbstractVerticle
context, vertx
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.vertx.core.AbstractVerticle
config, deploymentID, getVertx, init, processArgs, start, stop
-
Constructor Details
-
Telestion
public Telestion()
-
-
Method Details
-
main
Deploys this Telestion verticle.- Parameters:
args
- of the console
-
start
- Specified by:
start
in interfaceio.vertx.core.Verticle
- Overrides:
start
in classio.vertx.core.AbstractVerticle
-
stop
- Specified by:
stop
in interfaceio.vertx.core.Verticle
- Overrides:
stop
in classio.vertx.core.AbstractVerticle
- Throws:
Exception
-