Class WorldVerticle
java.lang.Object
io.vertx.core.AbstractVerticle
org.hibernate.reactive.it.techempower.WorldVerticle
- All Implemented Interfaces:
 io.vertx.core.Deployable,io.vertx.core.Verticle
public class WorldVerticle
extends io.vertx.core.AbstractVerticle
- 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intThe port to use to listen to requestsFields inherited from class io.vertx.core.AbstractVerticle
context, vertx - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class io.vertx.core.AbstractVerticle
config, deploy, deploymentID, getVertx, init, processArgs, start, stop, undeploy 
- 
Field Details
- 
HTTP_PORT
public static final int HTTP_PORTThe port to use to listen to requests- See Also:
 
 
 - 
 - 
Constructor Details
- 
WorldVerticle
 
 - 
 - 
Method Details
- 
start
- Specified by:
 startin interfaceio.vertx.core.Verticle- Overrides:
 startin classio.vertx.core.AbstractVerticle
 - 
stop
- Specified by:
 stopin interfaceio.vertx.core.Verticle- Overrides:
 stopin classio.vertx.core.AbstractVerticle
 
 -