Uses of Interface
org.springframework.boot.web.reactive.context.ConfigurableReactiveWebApplicationContext
Packages that use 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
Subinterfaces of ConfigurableReactiveWebApplicationContext in org.springframework.boot.test.context.assertjModifier and TypeInterfaceDescriptioninterfaceAReactiveWebApplicationContextthat additionally supports AssertJ style assertions.Method parameters in org.springframework.boot.test.context.assertj with type arguments of type ConfigurableReactiveWebApplicationContextModifier and TypeMethodDescriptionAssertableReactiveWebApplicationContext.get(Supplier<? extends ConfigurableReactiveWebApplicationContext> contextSupplier) Factory method to create a newAssertableReactiveWebApplicationContextinstance. -
Uses of ConfigurableReactiveWebApplicationContext in org.springframework.boot.test.context.runner
Constructor parameters in org.springframework.boot.test.context.runner with type arguments of type ConfigurableReactiveWebApplicationContextModifierConstructorDescriptionReactiveWebApplicationContextRunner(Supplier<ConfigurableReactiveWebApplicationContext> contextFactory) Create a newApplicationContextRunnerinstance using the specifiedcontextFactoryas the underlying source. -
Uses of ConfigurableReactiveWebApplicationContext in org.springframework.boot.web.reactive.context
Classes in org.springframework.boot.web.reactive.context that implement ConfigurableReactiveWebApplicationContextModifier and TypeClassDescriptionclassConfigurableReactiveWebApplicationContextthat accepts annotated classes as input - in particular@Configuration-annotated classes, but also plain@Componentclasses and JSR-330 compliant classes usingjavax.injectannotations.classReactiveWebServerApplicationContextthat 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.classAGenericReactiveWebApplicationContextthat can be used to bootstrap itself from a containedReactiveWebServerFactorybean.