Package io.quarkus.vertx
Interface VertxOptionsCustomizer
-
- All Superinterfaces:
Consumer<io.vertx.core.VertxOptions>
public interface VertxOptionsCustomizer extends Consumer<io.vertx.core.VertxOptions>
Allows customizing theVertxOptionsused to create the managedVertxinstance.Beans exposing this interface receive the
VertxOptionscomputed from the application configuration, and extensions customizing the options.