See: Description
Interface | Description |
---|---|
TaskEvent | |
WorkerService |
Service that executes computational tasks.
|
WorkerServiceEvent |
Class | Description |
---|---|
TaskFailedEvent |
Event sent when the task running in
WorkerService has failed due to an exception. |
TaskFinishedEvent |
Event sent when the task running in
WorkerService has finished running successfully. |
TaskStartedEvent |
Event sent when the task has been started in
WorkerService . |
WorkerMessage<T extends java.io.Serializable> |
Message exchanged between
WorkerService s. |
Enum | Description |
---|---|
WorkerMessage.Type |
Exception | Description |
---|---|
FailedComputationSetupException |
Provides worker service that is a main service responsible for execution of compute task.