Uses of Class
io.vertx.rxjava3.core.VertxBuilder
Packages that use VertxBuilder
-
Uses of VertxBuilder in io.vertx.rxjava3.core
Fields in io.vertx.rxjava3.core with type parameters of type VertxBuilderModifier and TypeFieldDescriptionstatic final io.vertx.lang.rx.TypeArg<VertxBuilder> VertxBuilder.__TYPE_ARGMethods in io.vertx.rxjava3.core that return VertxBuilderModifier and TypeMethodDescriptionstatic VertxBuilderVertx.builder()Return a builder for Vert.x instances which allows to specify SPI such as cluster manager, metrics or tracing.static VertxBuilderVertxBuilder.newInstance(VertxBuilder arg) VertxBuilder.with(VertxOptions options) Configure the Vert.x options.VertxBuilder.withClusterManager(ClusterManager clusterManager) Programmatically set the cluster manager to be used when clustering.VertxBuilder.withMetrics(VertxMetricsFactory factory) Programmatically set the metrics factory to be used when metrics are enabled.VertxBuilder.withTracer(VertxTracerFactory factory) Programmatically set the tracer factory to be used when tracing are enabled.VertxBuilder.withTransport(Transport transport) Programmatically set the transport, this overridesVertxOptions