接口的使用
org.springframework.boot.web.reactive.context.ReactiveWebApplicationContext
程序包
说明
AssertJ support for ApplicationContexts.
Reactive based web integrations with Spring's
ApplicationContext
.-
org.springframework.boot.test.context.assertj中ReactiveWebApplicationContext的使用
修饰符和类型接口说明interface
AReactiveWebApplicationContext
that additionally supports AssertJ style assertions. -
org.springframework.boot.web.reactive.context中ReactiveWebApplicationContext的使用
修饰符和类型接口说明interface
Interface to provide configuration for a reactive web application.修饰符和类型类说明class
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.