Uses of Interface
org.springframework.boot.web.context.reactive.ReactiveWebApplicationContext
Packages that use ReactiveWebApplicationContext
Package
Description
AssertJ support for ApplicationContexts.
Reactive based web integrations with Spring's
ApplicationContext.Reactive web server based integrations with Spring's
ApplicationContext.-
Uses of ReactiveWebApplicationContext in org.springframework.boot.test.context.assertj
Subinterfaces of ReactiveWebApplicationContext in org.springframework.boot.test.context.assertjModifier and TypeInterfaceDescriptioninterfaceAReactiveWebApplicationContextthat additionally supports AssertJ style assertions. -
Uses of ReactiveWebApplicationContext in org.springframework.boot.web.context.reactive
Subinterfaces of ReactiveWebApplicationContext in org.springframework.boot.web.context.reactiveModifier and TypeInterfaceDescriptioninterfaceInterface to provide configuration for a reactive web application.Classes in org.springframework.boot.web.context.reactive that implement ReactiveWebApplicationContextModifier and TypeClassDescriptionclassConfigurableReactiveWebApplicationContextthat accepts annotated classes as input - in particular@Configuration-annotated classes, but also plain@Componentclasses and JSR-330 compliant classes usingjavax.injectannotations.classSubclass ofGenericApplicationContext, suitable for reactive web environments. -
Uses of ReactiveWebApplicationContext in org.springframework.boot.web.server.reactive.context
Classes in org.springframework.boot.web.server.reactive.context that implement ReactiveWebApplicationContextModifier and TypeClassDescriptionclassReactiveWebServerApplicationContextthat accepts annotated classes as input - in particular@Configuration-annotated classes, but also plain@Componentclasses and JSR-330 compliant classes usingjavax.injectannotations.classAGenericReactiveWebApplicationContextthat can be used to bootstrap itself from a containedReactiveWebServerFactorybean.