Package-level declarations

Reactive based web integrations with Spring's ApplicationContext.

Types

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.
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.
Interface to provide configuration for a reactive web application.
Link copied to clipboard
Specialization of ConfigurableEnvironment for reactive application contexts.
Link copied to clipboard
Interface to provide configuration for a reactive web application.
Link copied to clipboard
Event to be published after the WebServer is ready.
Link copied to clipboard
Environment implementation to be used by Reactive-based web applications.