类的使用
org.springframework.boot.web.reactive.context.ReactiveWebServerApplicationContext
-
org.springframework.boot.web.reactive.context中ReactiveWebServerApplicationContext的使用
修饰符和类型类说明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.限定符构造器说明ReactiveWebServerInitializedEvent
(WebServer webServer, ReactiveWebServerApplicationContext applicationContext)