Uses of Class
org.springframework.boot.web.context.WebServerInitializedEvent
Packages that use WebServerInitializedEvent
Package
Description
Web integrations with Spring's
ApplicationContext
.Reactive based web integrations with Spring's
ApplicationContext
.Servlet based web integrations with Spring's
WebApplicationContext
.-
Uses of WebServerInitializedEvent in org.springframework.boot.web.context
Classes in org.springframework.boot.web.context that implement interfaces with type arguments of type WebServerInitializedEventModifier and TypeClassDescriptionclass
ApplicationContextInitializer
that setsEnvironment
properties for the ports thatWebServer
servers are actually listening on.class
AnApplicationListener
that saves embedded server port and management port into file.Methods in org.springframework.boot.web.context with parameters of type WebServerInitializedEventModifier and TypeMethodDescriptionvoid
ServerPortInfoApplicationContextInitializer.onApplicationEvent
(WebServerInitializedEvent event) void
WebServerPortFileWriter.onApplicationEvent
(WebServerInitializedEvent event) -
Uses of WebServerInitializedEvent in org.springframework.boot.web.reactive.context
Subclasses of WebServerInitializedEvent in org.springframework.boot.web.reactive.context -
Uses of WebServerInitializedEvent in org.springframework.boot.web.servlet.context
Subclasses of WebServerInitializedEvent in org.springframework.boot.web.servlet.context