Can I implement Shedlock for the run method implemented by the runnable interface

186 views Asked by At

I have a scheduler task created using Scheduled Future and Task scheduler. the scheduled task is basically a new class which implements runnable and used run method of the runnable interface. My doubt is can I use Shedlock on the run() function. Are there any problems in doing so

1

There are 1 answers

0
Lukas On

There are two parts of the documentation you may find interesting. TaskScheduler proxy and if it does not halp, you can always fall back to manual integration.