Class ProductVerticle

java.lang.Object
io.vertx.core.AbstractVerticle
org.hibernate.reactive.it.verticle.ProductVerticle
All Implemented Interfaces:
io.vertx.core.Verticle

public class ProductVerticle extends io.vertx.core.AbstractVerticle
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    The port to use to listen to requests

    Fields inherited from class io.vertx.core.AbstractVerticle

    context, vertx
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    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
  • Field Details

    • HTTP_PORT

      public static final int HTTP_PORT
      The port to use to listen to requests
      See Also:
  • Constructor Details

  • Method Details

    • 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