Package kos.core
Interface WebServerEventListener
-
public interface WebServerEventListenerCalled byVertxWebServer, implementations of this interface will have the opportunity to enhance or change the web server configuration before it is started.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classWebServerEventListener.BeforeDeployEventData available before deploy the web server.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidon(WebServerEventListener.BeforeDeployEvent event)Called before deployVertxWebSerververticle.
-
-
-
Method Detail
-
on
void on(WebServerEventListener.BeforeDeployEvent event)
Called before deployVertxWebSerververticle.- Parameters:
event-
-
-