AnnotationConfigReactiveWebServerApplicationContext
Create a new AnnotationConfigReactiveWebServerApplicationContext that needs to be populated through register calls and then manually refreshed.
Create a new AnnotationConfigReactiveWebServerApplicationContext with the given DefaultListableBeanFactory
. The context needs to be populated through register calls and then manually refreshed.
Parameters
the DefaultListableBeanFactory instance to use for this context
Create a new AnnotationConfigReactiveWebServerApplicationContext, deriving bean definitions from the given annotated classes and automatically refreshing the context.
Parameters
one or more annotated classes, e.g. @Configuration
classes
Create a new AnnotationConfigReactiveWebServerApplicationContext, scanning for bean definitions in the given packages and automatically refreshing the context.
Parameters
the packages to check for annotated classes