How to trigger a Guava AbstractScheduledService adhoc at runtime?

Viewed 9

I have an AbstractScheduledService implementation and it is scheduled for a fixed frequency of 24hrs. I have a requirement that at times I do not want to wait for the next scheduled run and to call this service adhoc. Is there any config or any command that provides a force trigger of the service. Is it possible ?

0 Answers
Related