spring-framework / org.springframework.web.server.adapter / AbstractReactiveWebInitializer / <init>

<init>

AbstractReactiveWebInitializer()

Base class for a org.springframework.web.WebApplicationInitializer that installs a Spring Reactive Web Application on a Servlet container.

Spring configuration is loaded and given to WebHttpHandlerBuilder which scans the context looking for specific beans and creates a reactive HttpHandler. The resulting handler is installed as a Servlet through the ServletHttpHandlerAdapter.

Author
Rossen Stoyanchev

Since
5.0.2