Class Vertx5HttpClientBuilder<F extends HttpClient.Factory>

    • Constructor Detail

      • Vertx5HttpClientBuilder

        public Vertx5HttpClientBuilder​(F clientFactory,
                                       io.vertx.core.Vertx sharedVertx)
        Creates a builder with optional shared Vert.x instance. If no shared instance is provided, creates a new one.
        Parameters:
        clientFactory - factory for creating HTTP clients
        sharedVertx - optional shared Vert.x instance