Package io.smallrye.faulttolerance.core.retry
package io.smallrye.faulttolerance.core.retry
-
ClassDescriptionPerforms a delay asynchronously.Computes the delay value.Always ignores the
causepassed togetInMillis.Always ignores thecausepassed togetInMillis.Always ignores thecausepassed togetInMillis.Always returns the samevalue.Implementations must be thread-safe.Provided amaxJittervalue, generates random numbers that are greater than or equal to-maxJitterand less than or equal tomaxJitter.Retry<V>Warning this class consists of generated code.Performs a delay synchronously.Sync delay based onThread.sleep.Asynchronous delay based onTimer.