AutoCloseable, Closeable, ComponentAbstractSystemAdapterpublic interface TaskReceivingComponent extends Component
| Modifier and Type | Method | Description |
|---|---|---|
void |
receiveGeneratedTask(String taskId,
byte[] data) |
This method is called if a task is received from a task generator.
|
void receiveGeneratedTask(String taskId, byte[] data)
taskId - the id of the received taskdata - the data received from a data generatorCopyright © 2017. All rights reserved.