'Spring event listener with coroutines alternative

I was trying to get spring @EventListener working with coroutines/suspend functions, however, it is not supported yet. Do you know what would be a good alternative? I would need a simple message bus, the same way how the application publisher/listener is working.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source