WebServerInitializedEvent

Event to be published when the WebServer is ready. Useful for obtaining the local port of a running server.

Author

Brian Clozel

Stephane Nicoll

Since

2.0.0

Inheritors

Properties

Link copied to clipboard

Functions

Link copied to clipboard
Access the application context that the server was created in.
Link copied to clipboard
open fun getSource(): WebServer
Access the source of the event (an WebServer).
Link copied to clipboard
Access the WebServer.
Link copied to clipboard
open fun toString(): String