Package software.amazon.cloudformation.proxy.delay
package software.amazon.cloudformation.proxy.delay
-
ClassDescriptionProvides blended delay of seconds for each attempt until all delays in the order start to return
Duration.ZERO.Build the finalDelaybased timeout and other specifications.Provides constant fixed delay seconds for each attempt untilAbstractDelay.timeouthas been reached.Exponential, provides waves starting with minimum delay ofAbstractDelay.timeoutis exceededProvides constant fixed delay seconds which is a multiple of the delay for each attempt untilAbstractDelay.timeouthas been reached.Provides delay seconds which is a multiple of the delay shifted from previous attempt's accrual untilAbstractDelay.timeouthas been reached.