Uses of Class
ratpack.exec.util.retry.IndexedDelay
-
Packages that use IndexedDelay Package Description ratpack.exec.util.retry -
-
Uses of IndexedDelay in ratpack.exec.util.retry
Methods in ratpack.exec.util.retry that return IndexedDelay Modifier and Type Method Description static IndexedDelay
IndexedDelay. of(java.util.function.Function<? super java.lang.Integer,java.time.Duration> indexedDelay)
Builds an index based delay.
-