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

verticleDeployed

abstract fun verticleDeployed(verticle: Verticle): Unit

Called when a verticle is deployed in Vert.x .

This method is invoked with io.vertx.core.Context and thread of the deployed verticle and therefore might be different on every invocation.

Parameters

verticle - the verticle which was deployed