Class WorldVerticle

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

    public class WorldVerticle
    extends io.vertx.core.AbstractVerticle
    • Field Detail

      • HTTP_PORT

        public static final int HTTP_PORT
        The port to use to listen to requests
        See Also:
        Constant Field Values
    • Method Detail

      • 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)
        Specified by:
        stop in interface io.vertx.core.Verticle
        Overrides:
        stop in class io.vertx.core.AbstractVerticle