Class VertxCoreRecorder.VertxSupplier

  • All Implemented Interfaces:
    Supplier<io.vertx.core.Vertx>
    Enclosing class:
    VertxCoreRecorder

    static class VertxCoreRecorder.VertxSupplier
    extends Object
    implements Supplier<io.vertx.core.Vertx>
    • Constructor Detail

      • VertxSupplier

        VertxSupplier​(io.quarkus.runtime.LaunchMode launchMode,
                      VertxConfiguration config,
                      List<Consumer<io.vertx.core.VertxOptions>> customizers,
                      io.quarkus.runtime.ShutdownContext shutdown)
    • Method Detail

      • get

        public io.vertx.core.Vertx get()
        Specified by:
        get in interface Supplier<io.vertx.core.Vertx>