Uses of Interface
org.springframework.boot.web.reactive.context.ReactiveWebApplicationContext
Package
Description
AssertJ support for ApplicationContexts.
Reactive based web integrations with Spring's
ApplicationContext
.-
Uses of ReactiveWebApplicationContext in org.springframework.boot.test.context.assertj
Modifier and TypeInterfaceDescriptioninterface
AReactiveWebApplicationContext
that additionally supports AssertJ style assertions. -
Uses of ReactiveWebApplicationContext in org.springframework.boot.web.reactive.context
Modifier and TypeInterfaceDescriptioninterface
Interface to provide configuration for a reactive web application.Modifier and TypeClassDescriptionclass
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.class
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.class
Subclass ofGenericApplicationContext
, suitable for reactive web environments.class
AGenericReactiveWebApplicationContext
that can be used to bootstrap itself from a containedReactiveWebServerFactory
bean.