Is there a way from quarkus to send an event to a device, specifically a tablet?
I want to create a kind of webhook that allows me to send an event with data to a tablet. I want to do this, but there is also a problem, and that is that there can be several tablets and I need to identify the tablets somehow. Let’s say I store the tablet information in a table and have it available. How can I do this?