KrontabTemplateWrapper

data class KrontabTemplateWrapper(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

KrontabTemplateWrapper
Link copied to clipboard
fun KrontabTemplateWrapper(template: KrontabTemplate)

Functions

next
Link copied to clipboard
open suspend override fun next(relatively: DateTime): DateTime?

Properties

template
Link copied to clipboard
val template: KrontabTemplate

Sources

common source
Link copied to clipboard