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

setFixedRate

open fun setFixedRate(fixedRate: Boolean): Unit

Specify whether the periodic interval should be measured between the scheduled start times rather than between actual completion times. The latter, "fixed delay" behavior, is the default.