Package | Description |
---|---|
org.springframework.boot.web.context |
Web integrations with Spring's
ApplicationContext . |
org.springframework.boot.web.reactive.context |
Reactive based web integrations with Spring's
ApplicationContext . |
org.springframework.boot.web.servlet.context |
Servlet based web integrations with Spring's
WebApplicationContext . |
Modifier and Type | Method and Description |
---|---|
void |
ServerPortInfoApplicationContextInitializer.onApplicationEvent(WebServerInitializedEvent event) |
void |
WebServerPortFileWriter.onApplicationEvent(WebServerInitializedEvent event) |
Modifier and Type | Class and Description |
---|---|
class |
ReactiveWebServerInitializedEvent
Event to be published after the
ReactiveWebServerApplicationContext is
refreshed and the WebServer is ready. |
Modifier and Type | Class and Description |
---|---|
class |
ServletWebServerInitializedEvent
Event to be published after the
ServletWebServerApplicationContext is refreshed
and the WebServer is ready. |
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.