Uses of Interface
io.smallrye.faulttolerance.core.retry.BackOff
Packages that use BackOff
-
Uses of BackOff in io.smallrye.faulttolerance.core.retry
Classes in io.smallrye.faulttolerance.core.retry that implement BackOffModifier and TypeClassDescriptionclassAlways ignores thecausepassed togetInMillis.classclassAlways ignores thecausepassed togetInMillis.classAlways ignores thecausepassed togetInMillis.Fields in io.smallrye.faulttolerance.core.retry declared as BackOffConstructors in io.smallrye.faulttolerance.core.retry with parameters of type BackOffModifierConstructorDescriptionThreadSleepDelay(BackOff backOff) TimerDelay(BackOff backOff, Timer timer)