Is your feature request related to a problem? Please describe.
In order to test the schedule on some future/past timeline, need to override system time and make it mockable.
It should be compatible with Vert.x timer and periodic
Describe the solution you'd like
Is your feature request related to a problem? Please describe.
In order to test the schedule on some future/past timeline, need to override system time and make it mockable.
It should be compatible with Vert.x
timerandperiodicDescribe the solution you'd like
Instant.now()to interface and make it injectable intoScheduler#100