Kron Scheduler
This interface was created for abstraction of next operation. Currently, there is only dev.inmo.krontab.internal.CronDateTimeScheduler realisation of this interface inside of this library, but you it is possible to create your own realisation of this interface for scheduling, for example, depending of users activity or something like this
See also
Inheritors
Functions
This flow is cold
This flow is cold
This flow is cold
This flow is cold
Will execute block without any checking of result
Will execute block without any checking of result
Execute block once at the KronScheduler.next time and return result of block calculation.
Execute block once at the KronScheduler.next time and return result of block calculation.
Will execute block while it will return true as a result of its calculation
Will execute block while it will return true as a result of its calculation