Package | Description |
---|---|
org.springframework.boot.test.context.assertj |
AssertJ support for ApplicationContexts.
|
org.springframework.boot.web.reactive.context |
Reactive based web integrations with Spring's
ApplicationContext . |
Modifier and Type | Interface and Description |
---|---|
interface |
AssertableReactiveWebApplicationContext
A
ReactiveWebApplicationContext that additionally supports AssertJ style
assertions. |
Modifier and Type | Interface and Description |
---|---|
interface |
ConfigurableReactiveWebApplicationContext
Interface to provide configuration for a reactive web application.
|
Modifier and Type | Class and Description |
---|---|
class |
GenericReactiveWebApplicationContext
Subclass of
AnnotationConfigApplicationContext , suitable for reactive web
environments. |
class |
ReactiveWebServerApplicationContext
A
GenericReactiveWebApplicationContext that can be used to bootstrap itself
from a contained ReactiveWebServerFactory bean. |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.