ApplicationContext.See: Description
| Interface | Description | 
|---|---|
| ConfigurableReactiveWebApplicationContext | Interface to provide configuration for a reactive web application. | 
| ConfigurableReactiveWebEnvironment | Specialization of  ConfigurableEnvironmentfor reactive application contexts. | 
| ReactiveWebApplicationContext | Interface to provide configuration for a reactive web application. | 
| Class | Description | 
|---|---|
| AnnotationConfigReactiveWebApplicationContext | ConfigurableReactiveWebApplicationContextthat accepts annotated classes as
 input - in particular@Configuration-annotated
 classes, but also plain@Componentclasses and JSR-330 compliant
 classes usingjavax.injectannotations. | 
| AnnotationConfigReactiveWebServerApplicationContext | ReactiveWebServerApplicationContextthat accepts annotated classes as input -
 in particular@Configuration-annotated
 classes, but also plain@Componentclasses and JSR-330 compliant
 classes usingjavax.injectannotations. | 
| GenericReactiveWebApplicationContext | Subclass of  GenericApplicationContext, suitable for reactive web environments. | 
| ReactiveWebServerApplicationContext | A  GenericReactiveWebApplicationContextthat can be used to bootstrap itself
 from a containedReactiveWebServerFactorybean. | 
| ReactiveWebServerInitializedEvent | Event to be published after the  ReactiveWebServerApplicationContextis
 refreshed and theWebServeris ready. | 
| StandardReactiveWebEnvironment | Environmentimplementation to be used byReactive-based web
 applications. | 
ApplicationContext.Copyright © 2020 Pivotal Software, Inc.. All rights reserved.