vertx / io.vertx.core.spi.metrics / VertxMetrics / timerEnded

timerEnded

abstract fun timerEnded(id: Long, cancelled: Boolean): Unit

Called when a timer has ended (setTimer) or has been cancelled.

No specific thread and context can be expected when this method is called.

Parameters

id - the id of the timer

cancelled - if the timer was cancelled by the user