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.
verticle - the verticle which was deployed
verticle