Class DevModeExecutorService

java.lang.Object
io.quarkus.runtime.util.ForwardingExecutorService
io.quarkus.vertx.core.runtime.DevModeExecutorService
All Implemented Interfaces:
Executor, ExecutorService

class DevModeExecutorService extends io.quarkus.runtime.util.ForwardingExecutorService
This executor is only used in the dev mode as the Vertx worker thread pool.

The underlying executor can be shut down and then replaced with a new re-initialized executor.

  • Constructor Details

  • Method Details

    • delegate

      protected ExecutorService delegate()
      Specified by:
      delegate in class io.quarkus.runtime.util.ForwardingExecutorService
    • reinit

      void reinit()
      Shutdown the underlying executor and then initialize a new one.