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

messageSent

abstract fun messageSent(address: String, publish: Boolean, local: Boolean, remote: Boolean): Unit

Called when a message has been sent or published. 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 - the message is processed locally

remote - the message is sent on the cluster