ApplicationContext
.See: Description
Interface | Description |
---|---|
ConfigurableReactiveWebApplicationContext |
Interface to provide configuration for a reactive web application.
|
ConfigurableReactiveWebEnvironment |
Specialization of
ConfigurableEnvironment for reactive application contexts. |
ReactiveWebApplicationContext |
Interface to provide configuration for a reactive web application.
|
Class | Description |
---|---|
AnnotationConfigReactiveWebApplicationContext |
ConfigurableReactiveWebApplicationContext that accepts annotated classes as
input - in particular @Configuration -annotated classes, but also
plain @Component classes and JSR-330 compliant classes using
javax.inject annotations. |
AnnotationConfigReactiveWebServerApplicationContext |
ReactiveWebServerApplicationContext that accepts annotated classes as input -
in particular
@Configuration -annotated
classes, but also plain @Component classes and JSR-330 compliant
classes using javax.inject annotations. |
GenericReactiveWebApplicationContext |
Subclass of
GenericApplicationContext , suitable for reactive web environments. |
ReactiveWebServerApplicationContext |
A
GenericReactiveWebApplicationContext that can be used to bootstrap itself
from a contained ReactiveWebServerFactory bean. |
ReactiveWebServerInitializedEvent |
Event to be published after the
WebServer is ready. |
StandardReactiveWebEnvironment |
Environment implementation to be used by Reactive -based web
applications. |
ApplicationContext
.