abstract fun receivedMessage(message: Bytes!): Unit
This method is called by the client when a new message arrives from the server.
message - Bytes!: the new message after box decoding.
message