| Interface | Description |
|---|---|
| WorkerAppParameterFactory | Creates a worker parameter POJO and optional configures it from execution specifications. |
| WorkerExecSpec | Describes the necessary information that might be needed to run a JVM process inside a worker. |
| WorkerPromise | Allows a task to block other tasks in the same project until all work related to the queue is completed. |
| Class | Description |
|---|---|
| StandardWorkerAppParameterFactory | Standard parameters for running a JVM process inside a worker. |
| Enum | Description |
|---|---|
| WorkerIsolation | Isolation mode for running a worker |