Package org.springframework.boot.web.server.reactive.context
@NullMarked
package org.springframework.boot.web.server.reactive.context
Reactive web server based integrations with Spring's
ApplicationContext
.-
ClassesClassDescription
ReactiveWebServerApplicationContext
that accepts annotated classes as input - in particular@Configuration
-annotated classes, but also plain@Component
classes and JSR-330 compliant classes usingjavax.inject
annotations.AGenericReactiveWebApplicationContext
that can be used to bootstrap itself from a containedReactiveWebServerFactory
bean.Event to be published after theWebServer
is ready.