Uses of Interface
ratpack.exec.util.Batch
-
Packages that use Batch Package Description ratpack.exec.util -
-
Uses of Batch in ratpack.exec.util
Subinterfaces of Batch in ratpack.exec.util Modifier and Type Interface Description interfaceParallelBatch<T>A batch of promises to be processed, in parallel.interfaceSerialBatch<T>A batch of promises to be processed, serially.
-