Event readIntoPayloadFully(String sessionNickName, String uriOfResponseEvent)
Event readIntoPayloadFully(String sessionNickName, String uriOfResponseEvent)
Name | Type | Description |
---|---|---|
sessionNickName | String | Nick name of the session from which to read |
uriOfResponseEvent | String | The event that will be created and the bytes read will be set as a payload into that event before returning it. |
Type | Description |
---|---|
Event | The event with the payload containing the data. |