spring-framework / org.springframework.util.backoff / ExponentialBackOff / setMaxElapsedTime

setMaxElapsedTime

open fun setMaxElapsedTime(maxElapsedTime: Long): Unit

The maximum elapsed time in milliseconds after which a call to BackOffExecution#nextBackOff() returns BackOffExecution#STOP.