Class QuarkusExecutorFactory

java.lang.Object
io.quarkus.vertx.core.runtime.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
  • Field Details

  • Constructor Details

    • QuarkusExecutorFactory

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

    • createExecutor

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

      public static void reinitializeDevModeExecutor()
      In dev mode, shut down the underlying executor and then initialize a new one.
      See Also: