| Package | Description |
|---|---|
| com.ebay.bascomtask.core |
| Modifier and Type | Interface and Description |
|---|---|
interface |
TaskRun
User task wrapper exposed to
TaskRunners. |
| Modifier and Type | Class and Description |
|---|---|
static class |
ConsumerTask.ConsumerTask1<IN>
An ConsumerTask that takes 1 argument.
|
static class |
ConsumerTask.ConsumerTask2<IN1,IN2>
An ConsumerTask that takes 2 arguments.
|
static class |
SupplierTask.SupplierTask0<R>
An SupplierTask that takes no arguments.
|
static class |
SupplierTask.SupplierTask1<T,R>
An SupplierTask that takes 1 argument.
|
static class |
SupplierTask.SupplierTask2<T,U,R>
An SupplierTask that takes 2 arguments.
|
| 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.activate(CompletableFuture[]) (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.