Uses of Class
org.springframework.boot.web.reactive.context.GenericReactiveWebApplicationContext
-
Uses of GenericReactiveWebApplicationContext 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.class
AGenericReactiveWebApplicationContext
that can be used to bootstrap itself from a containedReactiveWebServerFactory
bean.