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.
open fun get(contextSupplier: Supplier<out ConfigurableReactiveWebApplicationContext>, additionalContextInterfaces: Array<Class<out Any>>): AssertableReactiveWebApplicationContext
Factory method to create a new AssertableReactiveWebApplicationContext instance.
Return
a AssertableReactiveWebApplicationContext instance
Since
3.4.0
Parameters
contextSupplier
a supplier that will either return a fully configured ConfigurableReactiveWebApplicationContext or throw an exception if thecontext fails to start.
additionalContextInterfaces
and additional context interfaces to add to theproxy