I have a websocket connection on between a client and a server. My server is linked and connected to a database as well (postgresql).
My question is: Is there a way to have a event trigger from the database to the server, so that the server can start a method according to that event.
I'm using Quarkus for this project. My server side is written using netty socket.io and my client side is written using socket.io-client-java.
Let me know if you need any details.