Class App

  • All Implemented Interfaces:
    io.vertx.core.Verticle

    public class App
    extends io.vertx.core.AbstractVerticle
    Example Irked verticle
    Author:
    odeda
    • Constructor Detail

      • App

        public App()
    • Method Detail

      • start

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