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

verticleUndeployed

abstract fun verticleUndeployed(verticle: Verticle): Unit

Called when a verticle is undeployed 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, however these are the same than the #verticleDeployed invocation.

Parameters

verticle - the verticle which was undeployed