Class QuarkusExecutorFactory

  • All Implemented Interfaces:
    io.vertx.core.spi.ExecutorServiceFactory, io.vertx.core.spi.VertxServiceProvider

    public class QuarkusExecutorFactory
    extends Object
    implements io.vertx.core.spi.ExecutorServiceFactory
    • Constructor Detail

      • QuarkusExecutorFactory

        public QuarkusExecutorFactory​(VertxConfiguration conf,
                                      io.quarkus.runtime.LaunchMode launchMode)
    • Method Detail

      • createExecutor

        public ExecutorService createExecutor​(ThreadFactory threadFactory,
                                              Integer concurrency,
                                              Integer maxConcurrency)
        Specified by:
        createExecutor in interface io.vertx.core.spi.ExecutorServiceFactory