| Package | Description |
|---|---|
| com.ebay.bascomtask.core |
| Modifier and Type | Interface and Description |
|---|---|
interface |
TaskRun
User task wrapper exposed to
TaskRunners. |
| Modifier and Type | Method and Description |
|---|---|
TaskMeta |
Engine.getTaskMeta(CompletableFuture<?> cf) |
TaskMeta |
Orchestrator.getTaskMeta(CompletableFuture<?> cf)
Returns details for any future previously registered with
Orchestrator.execute(CompletionStage[]) (directly or
through an operation on a CompletableFuture return value). |
| Modifier and Type | Method and Description |
|---|---|
default boolean |
TaskMeta.completedBefore(TaskMeta that) |
default boolean |
TaskMeta.overlapped(TaskMeta that) |
Copyright © 2021. All rights reserved.