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