Replies: 1 comment
-
Did you check: https://quarkus.io/guides/lifecycle#startup_annotation? The bean can start the background process and stop it when the application termines. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've got a desktop deployed system that will read from a USB device and present data via Websockets to a browser UI. Additionally, I want to save the data to a cloud backend. Ultimately this seems like a good use of the Vert.x event bus with one producer and two consumers. My challenge is the USB device reader. My searches are not showing me how to start up a background process at system initialization and publish to the bus.
Can you direct me to a way to accomplish what I'm looking to do? I don't doubt that I've missed something and could use some help / direction. Thanks.
Beta Was this translation helpful? Give feedback.
All reactions