Krontab Template Wrapper
data class KrontabTemplateWrapper(template: KrontabTemplate) : KronScheduler
Content copied to clipboard
This class contains template and can be simply serialized/deserialized. In fact that class will work as dev.inmo.krontab.internal.CronDateTimeScheduler due to the fact that toKronScheduler will return it under the hood