Interface VertxProvider


public interface VertxProvider
Service provider interface providing platforms and applications the means to have their own managed Vertx be resolved by the VertxAsyncHttpClientBuilder.
  • Method Summary

    Modifier and Type
    Method
    Description
    io.vertx.core.Vertx
    Creates a Vertx.
  • Method Details

    • createVertx

      io.vertx.core.Vertx createVertx()
      Creates a Vertx. Could either be the result of returning Vertx.vertx(), or returning a Vertx that was resolved from a dependency injection framework like Spring or CDI.
      Returns:
      The created Vertx.