Package org.pidome.server.system
Class VertXHandler
java.lang.Object
org.pidome.server.system.VertXHandler
The Vert.x handler used for Vert.x based services.
-
Method Summary
Modifier and TypeMethodDescriptionstatic VertXHandler
Returns an Vertx instance.io.vertx.core.Vertx
getVertX()
Returns the Vertx instance.
-
Method Details
-
getInstance
Returns an Vertx instance.- Returns:
- static VertX instance.
-
getVertX
public io.vertx.core.Vertx getVertX()Returns the Vertx instance.- Returns:
- The VertX instance.
-