Interface VertxOptionsCustomizer

  • All Superinterfaces:
    Consumer<io.vertx.core.VertxOptions>

    public interface VertxOptionsCustomizer
    extends Consumer<io.vertx.core.VertxOptions>
    Allows customizing the VertxOptions used to create the managed Vertx instance.

    Beans exposing this interface receive the VertxOptions computed from the application configuration, and extensions customizing the options.