接口的使用
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的使用
修饰符和类型接口说明interfaceAReactiveWebApplicationContextthat additionally supports AssertJ style assertions. -
org.springframework.boot.web.reactive.context中ReactiveWebApplicationContext的使用
修饰符和类型接口说明interfaceInterface to provide configuration for a reactive web application.修饰符和类型类说明classConfigurableReactiveWebApplicationContextthat 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.