ServletWebServerInitializedEvent
Event to be published after the WebServer is ready. Useful for obtaining the local port of a running server.
Normally it will have been started, but listeners are free to inspect the server and stop and start it if they want to.
Author
Dave Syer
Since
2.0.0
Functions
Link copied to clipboard
Access the application context that the server was created in.
Link copied to clipboard
Access the WebServer.