Class VertxCoreRecorder


  • public class VertxCoreRecorder
    extends Object
    • Constructor Detail

      • VertxCoreRecorder

        public VertxCoreRecorder()
    • Method Detail

      • configureVertx

        public Supplier<io.vertx.core.Vertx> configureVertx​(VertxConfiguration config,
                                                            io.quarkus.runtime.LaunchMode launchMode,
                                                            io.quarkus.runtime.ShutdownContext shutdown,
                                                            List<Consumer<io.vertx.core.VertxOptions>> customizers,
                                                            ExecutorService executorProxy)
      • detector

        public io.quarkus.runtime.IOThreadDetector detector()
      • shutdownDevMode

        static void shutdownDevMode()
      • getVertx

        public static Supplier<io.vertx.core.Vertx> getVertx()
      • destroy

        void destroy()
      • bossSupplier

        public Supplier<io.netty.channel.EventLoopGroup> bossSupplier()
      • mainSupplier

        public Supplier<io.netty.channel.EventLoopGroup> mainSupplier()
      • createThreadFactory

        public ThreadFactory createThreadFactory​(io.quarkus.runtime.LaunchMode launchMode)
      • executionContextHandler

        public org.jboss.threads.ContextHandler<Object> executionContextHandler()
      • setWebDeploymentId

        public static void setWebDeploymentId​(String webDeploymentId)