| Interface | Description |
|---|---|
| SerializableWorkerAppParameters | |
| StandardWorkerAppExecutor | An executor and result interpreter for a standard class. |
| WorkerAppExecutor | Wrapper interface for executing JVM code in a worker. |
| WorkerAppExecutorFactory | Simplifies the setup for JVM workers, but always abstracts away from API differences between some Gradle versions. |
| Class | Description |
|---|---|
| StandardWorkerAppExecutorFactory | Run a JVM main class in a worker. |
| StandardWorkerAppMainExecutorFactory | Run a JVM main class in a worker. |
| StandardWorkerAppParameters | Standard parameters for running a JVM process inside a worker. |
| Exception | Description |
|---|---|
| WorkerExecutionException | Used when a worker cannot be executed. |