TimeWindows
data class TimeWindows(val cronExpression: String = ALWAYS, val duration: Long = DEFAULT_WINDOW_DURATION)
Content copied to clipboard
Class to configure the time windows behaviour. It defines when a forced update can be applied based on a schedule defined as cron expression (QUARTZ) and a duration in seconds.
Constructors
Link copied to clipboard
fun TimeWindows(cronExpression: String = ALWAYS, duration: Long = DEFAULT_WINDOW_DURATION)
Content copied to clipboard