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
Constructors
KrontabTemplateWrapper
Link copied to clipboard
Functions
Properties
template
Link copied to clipboard
Sources
common source
Link copied to clipboard