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

messageReceived

abstract fun messageReceived(address: String, publish: Boolean, local: Boolean, handlers: Int): Unit

Called when a message is received. No specific thread and context can be expected when this method is called.

Parameters

address - the address

publish - true when the message is published

local - true when the message is received locally

handlers - the number of handlers that process the message