KrontabTemplateWrapper

data class KrontabTemplateWrapper(val template: KrontabTemplate) : KronScheduler

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

Link copied to clipboard
fun KrontabTemplateWrapper(template: KrontabTemplate)

Functions

Link copied to clipboard
open suspend override fun next(relatively: <ERROR CLASS>): <ERROR CLASS>?

Properties

Link copied to clipboard
val template: KrontabTemplate

Sources

Link copied to clipboard