public interface ExpectedResponseReceivingComponent extends Component
| Modifier and Type | Method and Description |
|---|---|
void |
receiveExpectedResponseData(String taskId,
long timestamp,
byte[] data)
This method is called if an expected response is received from a task
generator component.
|
void receiveExpectedResponseData(String taskId, long timestamp, byte[] data)
taskId - the id of the tasktimestamp - the time at which the task has been sent to the systemdata - the data received from a task generatorCopyright © 2017–2018. All rights reserved.