vertx / io.vertx.core.spi.metrics / EventBusMetrics / scheduleMessage
scheduleMessage
abstract fun scheduleMessage(handler: H, local: Boolean): Unit
Schedule a message for processing. No specific thread and context can be expected when this method is called.
Parameters
handler - the handler processing the message
local - when the scheduled message is local