Uses of Interface
io.smallrye.faulttolerance.core.retry.BackOff
-
Packages that use BackOff Package Description io.smallrye.faulttolerance.core.retry -
-
Uses of BackOff in io.smallrye.faulttolerance.core.retry
Classes in io.smallrye.faulttolerance.core.retry that implement BackOff Modifier and Type Class Description classSimpleBackOffFields in io.smallrye.faulttolerance.core.retry declared as BackOff Modifier and Type Field Description static BackOffBackOff. ZEROConstructors in io.smallrye.faulttolerance.core.retry with parameters of type BackOff Constructor Description ThreadSleepDelay(BackOff backOff)TimerDelay(BackOff backOff, Timer timer)
-