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

messageRead

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.

Parameters

address - the message address

numberOfBytes - the number of bytes read