I'm sharing spring context using locatorFactorySelector and parentContextKey
Is it possible for me to publish events in parent using applicationContext.publishEvent() regularly and listen for it in the child by implementing ApplicationListener?
I'm sharing spring context using locatorFactorySelector and parentContextKey
Is it possible for me to publish events in parent using applicationContext.publishEvent() regularly and listen for it in the child by implementing ApplicationListener?