Class VertxJaxrsServer.Verticle

  • All Implemented Interfaces:
    io.vertx.core.Verticle
    Enclosing class:
    VertxJaxrsServer

    public static class VertxJaxrsServer.Verticle
    extends io.vertx.core.AbstractVerticle
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected io.vertx.core.http.HttpServer server  
      • Fields inherited from class io.vertx.core.AbstractVerticle

        context, vertx
    • Constructor Summary

      Constructors 
      Constructor Description
      Verticle()  
    • Field Detail

      • server

        protected io.vertx.core.http.HttpServer server
    • Constructor Detail

      • Verticle

        public Verticle()
    • Method Detail

      • start

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