Class VertxProvider

java.lang.Object
org.apache.polaris.nosql.async.vertx.VertxProvider

@ApplicationScoped public class VertxProvider extends Object
  • Constructor Details

    • VertxProvider

      public VertxProvider()
  • Method Details

    • vertx

      @Produces io.vertx.core.Vertx vertx()
    • dispose

      void dispose(@Disposes io.vertx.core.Vertx vertx) throws Exception
      Throws:
      Exception