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

eventBusInitialized

open fun eventBusInitialized(bus: EventBus): Unit

Metrics cannot use the event bus in their constructor as the event bus is not yet initialized. When the event bus is initialized, this method is called with the event bus instance as parameter. By default, this method does nothing.

Parameters

bus - the event bus