Interface | Description |
---|---|
WorkerConfiguration |
Represents the configuration of a worker.
|
WorkerExecutor |
Allows work to be submitted for asynchronous execution.
|
Enum | Description |
---|---|
ForkMode |
Forking mode for workers.
|
IsolationMode |
Isolation mode for workers.
|
Exception | Description |
---|---|
WorkerExecutionException |
Indicates that a failure occurred during execution of work in a worker.
|