GenericReactiveWebApplicationContext

constructor()

Create a new GenericReactiveWebApplicationContext.

See also


constructor(beanFactory: DefaultListableBeanFactory)

Create a new GenericReactiveWebApplicationContext with the given DefaultListableBeanFactory.

Parameters

beanFactory

the DefaultListableBeanFactory instance to use for this context

See also