Uses of Class
org.springframework.boot.web.server.context.WebServerInitializedEvent
Packages that use WebServerInitializedEvent
Package
Description
Web integrations with Spring's
ApplicationContext.Reactive web server based integrations with Spring's
ApplicationContext.Servlet web server based web integrations with Spring's
WebApplicationContext.-
Uses of WebServerInitializedEvent in org.springframework.boot.web.server.context
Classes in org.springframework.boot.web.server.context that implement interfaces with type arguments of type WebServerInitializedEventModifier and TypeClassDescriptionclassApplicationContextInitializerthat setsEnvironmentproperties for the ports thatWebServerservers are actually listening on.classAnApplicationListenerthat saves embedded server port and management port into file.Methods in org.springframework.boot.web.server.context with parameters of type WebServerInitializedEventModifier and TypeMethodDescriptionvoidServerPortInfoApplicationContextInitializer.onApplicationEvent(WebServerInitializedEvent event) voidWebServerPortFileWriter.onApplicationEvent(WebServerInitializedEvent event) -
Uses of WebServerInitializedEvent in org.springframework.boot.web.server.reactive.context
-
Uses of WebServerInitializedEvent in org.springframework.boot.web.server.servlet.context