I am currently implementing a small project and need your advice. I am looking for a task scheduler which I can give a date and time at runtime of my Java and Spring-Boot environment, so that it executes a method of my choice at this time. Furthermore, it should offer the possibility to view already scheduled tasks in order to pause or stop them if necessary. It should also be possible to stop or pause a task while it is running. The important thing is that new tasks can be added or removed at any time during runtime.
Do anyone know a suitable library for this use case or what would be the best way to implement this?
Looking forward to your experience! Thank ????