vertx / io.vertx.core.spi.metrics / EventBusMetrics / messageWritten

messageWritten

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.

Parameters

address - the message address

numberOfBytes - the number of bytes written