Package kos.core
Class WebServerEventListener.BeforeDeployEvent
- java.lang.Object
-
- kos.core.WebServerEventListener.BeforeDeployEvent
-
- Enclosing interface:
- WebServerEventListener
public static class WebServerEventListener.BeforeDeployEvent extends Object
Data available before deploy the web server.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) io.vertx.core.json.JsonObjectconfig(package private) io.vertx.core.http.HttpServerOptionsoptions(package private) SimplifiedRouterrouter(package private) io.vertx.core.Vertxvertx
-
Constructor Summary
Constructors Constructor Description BeforeDeployEvent()
-
-
-
Field Detail
-
vertx
final io.vertx.core.Vertx vertx
-
options
final io.vertx.core.http.HttpServerOptions options
-
router
final SimplifiedRouter router
-
config
final io.vertx.core.json.JsonObject config
-
-