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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    main​(String[] args)
    Deploys this Telestion verticle.
    void
    start​(io.vertx.core.Promise<Void> startPromise)
     
    void
    stop​(io.vertx.core.Promise<Void> stopPromise)
     

    Methods inherited from class io.vertx.core.AbstractVerticle

    config, deploymentID, getVertx, init, processArgs, start, stop

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Telestion

      public Telestion()
  • Method Details

    • main

      public static void main(String[] args)
      Deploys this Telestion verticle.
      Parameters:
      args - of the console
    • start

      public void start(io.vertx.core.Promise<Void> startPromise)
      Specified by:
      start in interface io.vertx.core.Verticle
      Overrides:
      start in class io.vertx.core.AbstractVerticle
    • stop

      public void stop(io.vertx.core.Promise<Void> stopPromise) throws Exception
      Specified by:
      stop in interface io.vertx.core.Verticle
      Overrides:
      stop in class io.vertx.core.AbstractVerticle
      Throws:
      Exception