Uses of Class
org.springframework.boot.web.reactive.context.ReactiveWebServerApplicationContext
Packages that use ReactiveWebServerApplicationContext
-
Uses of ReactiveWebServerApplicationContext in org.springframework.boot.web.reactive.context
Modifier and TypeClassDescriptionclass
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.Methods in org.springframework.boot.web.reactive.context that return ReactiveWebServerApplicationContextConstructors in org.springframework.boot.web.reactive.context with parameters of type ReactiveWebServerApplicationContextModifierConstructorDescriptionReactiveWebServerInitializedEvent
(WebServer webServer, ReactiveWebServerApplicationContext applicationContext)