| Package | Description |
|---|---|
| com.ebay.bascomtask.core | |
| com.ebay.bascomtask.runners |
| Class and Description |
|---|
| CommonConfig
Configuration settings.
|
| ConsumerTask
Function tasks added through 'fn()' methods on
Orchestrator allow CompletableFuture tasks to
be created from lambda expressions that do not return a value. |
| GlobalOrchestratorConfig.Config
Default implementation maintains values that are transferred to an Orchestrator on demand.
|
| Orchestrator
Manages execution flow among one or more tasks.
|
| SpawnMode
Defines thread spawning behavior for the BascomTask framework.
|
| SupplierTask
Function tasks added through 'fn()' methods on
Orchestrator allow CompletableFuture tasks to
be created from lambda expressions that supply a return value. |
| TaskInterface
Common interface that all user POJO task object interfaces should implement, like this:
|
| TaskMeta
Exposes execution statistics to
TaskRunners. |
| TaskRun
User task wrapper exposed to
TaskRunners. |
| TaskRunner
Task execution hook points.
|
| TimeoutStrategy
Strategies for dealing with execution timeouts that impact threads spawned during the execution of a request
such as
CompletableFuture.get(long, TimeUnit). |
| Class and Description |
|---|
| TaskRun
User task wrapper exposed to
TaskRunners. |
| TaskRunner
Task execution hook points.
|
Copyright © 2021. All rights reserved.