open fun beforeStartingVertx(options: VertxOptions): Unit
Hook for sub-classes of Launcher before the vertx instance is started.
options - the configured Vert.x options. Modify them to customize the Vert.x instance.
options