vertx / io.vertx.core / Launcher / beforeStartingVertx

beforeStartingVertx

open fun beforeStartingVertx(options: VertxOptions): Unit

Hook for sub-classes of Launcher before the vertx instance is started.

Parameters

options - the configured Vert.x options. Modify them to customize the Vert.x instance.