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