Class VertxHttpClientFactory

    • Constructor Detail

      • VertxHttpClientFactory

        public VertxHttpClientFactory()
      • VertxHttpClientFactory

        public VertxHttpClientFactory​(io.vertx.core.Vertx sharedVertx)
        Create a new instance of the factory that will reuse the provided Vertx instance.

        It's the user's responsibility to manage the lifecycle of the provided Vert.x instance. Operations such as close, and so on are left on hands of the user.

        Parameters:
        sharedVertx - the Vertx instance to use.