I have a real-time application with clients using websockets to connect with a Spring Framework server, which is running Spring Boot Tomcat. I want the server to quickly (wi
Application Events may help you.
PS: Annotation driven events
PS2: I made an example project for you