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(Function<? super Integer,Duration> indexedDelay)
Builds an index based delay.
-