Uses of Interface
io.vertx.core.VertxBuilder
-
Packages that use VertxBuilder Package Description io.vertx.core io.vertx.launcher.application io.vertx.reactivex.core io.vertx.rxjava3.core -
-
Uses of VertxBuilder in io.vertx.core
Methods in io.vertx.core that return VertxBuilder Modifier and Type Method Description static VertxBuilder
Vertx. builder()
Return a builder for Vert.x instances which allows to specify SPI such as cluster manager, metrics or tracing.VertxBuilder
Launcher. createVertxBuilder(VertxOptions options)
Hook for sub-classes ofLauncher
to customize the Vert.x builder.VertxBuilder
VertxBuilder. with(VertxOptions options)
Configure the Vert.x options.VertxBuilder
VertxBuilder. withClusterManager(ClusterManager clusterManager)
Programmatically set the cluster manager to be used when clustering.VertxBuilder
VertxBuilder. withMetrics(VertxMetricsFactory factory)
Programmatically set the metrics factory to be used when metrics are enabled.VertxBuilder
VertxBuilder. withTracer(VertxTracerFactory factory)
Programmatically set the tracer factory to be used when tracing are enabled.VertxBuilder
VertxBuilder. withTransport(Transport transport)
Programmatically set the transport, this overridesVertxOptions.setPreferNativeTransport(boolean)
-
Uses of VertxBuilder in io.vertx.launcher.application
Methods in io.vertx.launcher.application that return VertxBuilder Modifier and Type Method Description default VertxBuilder
VertxApplicationHooks. createVertxBuilder(VertxOptions options)
Default implementation for theVertxBuilder
creation. -
Uses of VertxBuilder in io.vertx.reactivex.core
Methods in io.vertx.reactivex.core that return VertxBuilder Modifier and Type Method Description VertxBuilder
VertxBuilder. getDelegate()
Methods in io.vertx.reactivex.core with parameters of type VertxBuilder Modifier and Type Method Description static VertxBuilder
VertxBuilder. newInstance(VertxBuilder arg)
Constructors in io.vertx.reactivex.core with parameters of type VertxBuilder Constructor Description VertxBuilder(VertxBuilder delegate)
-
Uses of VertxBuilder in io.vertx.rxjava3.core
Methods in io.vertx.rxjava3.core that return VertxBuilder Modifier and Type Method Description VertxBuilder
VertxBuilder. getDelegate()
Methods in io.vertx.rxjava3.core with parameters of type VertxBuilder Modifier and Type Method Description static VertxBuilder
VertxBuilder. newInstance(VertxBuilder arg)
Constructors in io.vertx.rxjava3.core with parameters of type VertxBuilder Constructor Description VertxBuilder(VertxBuilder delegate)
-