merge
Merge other context with this using the given merge strategy
Parameters
other
other context. If null then no effect on this context
merge Strategy
open suspend override fun merge(other: ApplicationContext?, mergeStrategy: ApplicationContextMergeStrategy, timeout: Long?)
Same as merge in ApplicationContext with additional timeout parameter for wait time in case of multiple threads blocking on this method
Parameters
other
merge Strategy
timeout
in millis