void write(String sessionNickName, Event eventWithPayload)
void write(String sessionNickName, Event eventWithPayload)
Name | Type | Description |
---|---|---|
sessionNickName | String | Nick name of the session to which data is being written |
eventWithPayload | SimpleEvent | Any event whose payload will be converted to a byte[] and then written to the session |