Interface AssertableReactiveWebApplicationContext

All Superinterfaces:
ApplicationContext, ApplicationContextAssertProvider<ConfigurableReactiveWebApplicationContext>, ApplicationEventPublisher, org.assertj.core.api.AssertProvider<ApplicationContextAssert<ConfigurableReactiveWebApplicationContext>>, AutoCloseable, BeanFactory, Closeable, ConfigurableApplicationContext, ConfigurableReactiveWebApplicationContext, EnvironmentCapable, HierarchicalBeanFactory, Lifecycle, ListableBeanFactory, MessageSource, ReactiveWebApplicationContext, ResourceLoader, ResourcePatternResolver

A ReactiveWebApplicationContext that additionally supports AssertJ style assertions. Can be used to decorate an existing reactive web application context or an application context that failed to start.

See ApplicationContextAssertProvider for more details.

Since:
2.0.0
Author:
Phillip Webb
See Also: