merge

open override fun merge(other: ApplicationContext?, mergeStrategy: ApplicationContextMergeStrategy)

Merge other context with this using the given merge strategy

Parameters

other

other context. If null then no effect on this context

mergeStrategy

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
mergeStrategy
timeout

in millis