abstract fun messageWritten(address: String, numberOfBytes: Int): Unit
A message has been sent over 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 written
numberOfBytes