spring-framework / org.springframework.scheduling.support / PeriodicTrigger / setInitialDelay

setInitialDelay

open fun setInitialDelay(initialDelay: Long): Unit

Specify the delay for the initial execution. It will be evaluated in terms of this trigger's TimeUnit. If no time unit was explicitly provided upon instantiation, the default is milliseconds.