Package org.springframework.boot.web.reactive.context
package org.springframework.boot.web.reactive.context
Reactive based web integrations with Spring's
ApplicationContext
.-
ClassDescription
ConfigurableReactiveWebApplicationContext
that accepts annotated classes as input - in particular@Configuration
-annotated classes, but also plain@Component
classes and JSR-330 compliant classes usingjavax.inject
annotations.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.Interface to provide configuration for a reactive web application.Specialization ofConfigurableEnvironment
for reactive application contexts.Subclass ofGenericApplicationContext
, suitable for reactive web environments.Interface to provide configuration for a reactive web application.AGenericReactiveWebApplicationContext
that can be used to bootstrap itself from a containedReactiveWebServerFactory
bean.Event to be published after theWebServer
is ready.Environment
implementation to be used byReactive
-based web applications.