get
open fun get(contextSupplier: Supplier<out ConfigurableReactiveWebApplicationContext>): AssertableReactiveWebApplicationContext
Factory method to create a new AssertableReactiveWebApplicationContext instance.
Return
a AssertableReactiveWebApplicationContext instance
Parameters
contextSupplier
a supplier that will either return a fully configured ConfigurableReactiveWebApplicationContext or throw an exception if thecontext fails to start.