Package org.springframework.boot.web.context.reactive
@NullMarked
package org.springframework.boot.web.context.reactive
Reactive based web integrations with Spring's
ApplicationContext.-
ClassDescription
ConfigurableReactiveWebApplicationContextthat accepts annotated classes as input - in particular@Configuration-annotated classes, but also plain@Componentclasses and JSR-330 compliant classes usingjavax.injectannotations.Interface to provide configuration for a reactive web application.Specialization ofConfigurableEnvironmentfor reactive application contexts.Subclass ofGenericApplicationContext, suitable for reactive web environments.Interface to provide configuration for a reactive web application.Environmentimplementation to be used byReactive-based web applications.