Class NoopShutdownExecutorService

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

class NoopShutdownExecutorService extends io.quarkus.runtime.util.ForwardingExecutorService
This executor is only used in the prod mode as the Vertx worker thread pool.
  • Constructor Details

    • NoopShutdownExecutorService

      NoopShutdownExecutorService(ExecutorService delegate)
  • Method Details

    • delegate

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

      public void shutdown()
      Specified by:
      shutdown in interface ExecutorService
      Overrides:
      shutdown in class io.quarkus.runtime.util.ForwardingExecutorService
    • shutdownNow

      public List<Runnable> shutdownNow()
      Specified by:
      shutdownNow in interface ExecutorService
      Overrides:
      shutdownNow in class io.quarkus.runtime.util.ForwardingExecutorService