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
Modifier and TypeFieldDescriptionstatic final int
The port to use to listen to requestsFields inherited from class io.vertx.core.AbstractVerticle
context, vertx
-
Constructor Summary
-
Method Summary
Methods inherited from class io.vertx.core.AbstractVerticle
config, deploymentID, getVertx, init, processArgs, start, stop
-
Field Details
-
HTTP_PORT
public static final int HTTP_PORTThe port to use to listen to requests- See Also:
-
-
Constructor Details
-
ProductVerticle
-
-
Method Details
-
start
- Specified by:
start
in interfaceio.vertx.core.Verticle
- Overrides:
start
in classio.vertx.core.AbstractVerticle
-
stop
- Specified by:
stop
in interfaceio.vertx.core.Verticle
- Overrides:
stop
in classio.vertx.core.AbstractVerticle
-