Uses of Interface
org.springframework.boot.web.reactive.context.ConfigurableReactiveWebApplicationContext
Package
Description
AssertJ support for ApplicationContexts.
Test utilities to run application contexts for testing.
Reactive based web integrations with Spring's
ApplicationContext
.-
Uses of ConfigurableReactiveWebApplicationContext in org.springframework.boot.test.context.assertj
Modifier and TypeInterfaceDescriptioninterface
AReactiveWebApplicationContext
that additionally supports AssertJ style assertions.Modifier and TypeMethodDescriptionAssertableReactiveWebApplicationContext.get
(Supplier<? extends ConfigurableReactiveWebApplicationContext> contextSupplier) Factory method to create a newAssertableReactiveWebApplicationContext
instance. -
Uses of ConfigurableReactiveWebApplicationContext in org.springframework.boot.test.context.runner
ModifierConstructorDescriptionReactiveWebApplicationContextRunner
(Supplier<ConfigurableReactiveWebApplicationContext> contextFactory) Create a newApplicationContextRunner
instance using the specifiedcontextFactory
as the underlying source. -
Uses of ConfigurableReactiveWebApplicationContext in org.springframework.boot.web.reactive.context
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.