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 interface
ParallelBatch<T>
A batch of promises to be processed, in parallel.interface
SerialBatch<T>
A batch of promises to be processed, serially.
-