spring-framework / org.springframework.scheduling.concurrent / ScheduledExecutorTask / setDelay

setDelay

open fun setDelay(delay: Long): Unit

Set the delay before starting the task for the first time, in milliseconds. Default is 0, immediately starting the task after successful scheduling.