ReactiveWebServerInitializedEvent

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

Author

Brian Clozel

Stephane Nicoll

Since

2.0.0

Constructors

Link copied to clipboard
constructor(webServer: WebServer, applicationContext: ReactiveWebServerApplicationContext)

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(): Any

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