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?
I expect my tablet to receive the event from my Quarkus API, and send it the necessary information in a JSON.
1