public static interface OrderedResultsExecutor.ResultCollector<RESULT>
| Modifier and Type | Method and Description |
|---|---|
void |
handle(RESULT result)
Will be called sequentially (no // execution for the same instance)
with each task's result, in the order the task have been scheduled.
|
void handle(RESULT result)