abstract fun messageRead(address: String, numberOfBytes: Int): Unit
A message has been received from the network. No specific thread and context can be expected when this method is called.
address - the message address
address
numberOfBytes - the number of bytes read
numberOfBytes