| Package | Description |
|---|---|
| com.ebay.bascomtask.core |
| Modifier and Type | Method and Description |
|---|---|
default <T> void |
Orchestrator.activateAsReady(List<CompletableFuture<T>> futures,
TriConsumer<T,Throwable,Integer> completionFn)
Variant of
Orchestrator.activateAsReady(long, List, TriConsumer) without a timeout. |
<T> void |
Engine.activateAsReady(long timeoutMs,
List<CompletableFuture<T>> futures,
TriConsumer<T,Throwable,Integer> completionFn) |
<T> void |
Orchestrator.activateAsReady(long timeoutMs,
List<CompletableFuture<T>> futures,
TriConsumer<T,Throwable,Integer> completionFn)
Activate each supplied future and invoke the supplied completionFn callback with each result as soon as each
result becomes individually available.
|
default <T> void |
Orchestrator.activateAsReady(long timeout,
TimeUnit timeUnit,
List<CompletableFuture<T>> futures,
TriConsumer<T,Throwable,Integer> completionFn)
Variant of
Orchestrator.activateAsReady(long, List, TriConsumer) TimeUnit option. |
Copyright © 2021. All rights reserved.