Package io.quarkus.vertx.core.runtime
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 Summary
Constructors -
Method Summary
Methods inherited from class io.quarkus.runtime.util.ForwardingExecutorService
awaitTermination, execute, invokeAll, invokeAll, invokeAny, invokeAny, isShutdown, isTerminated, submit, submit, submit
-
Constructor Details
-
NoopShutdownExecutorService
NoopShutdownExecutorService(ExecutorService delegate)
-
-
Method Details
-
delegate
- Specified by:
delegatein classio.quarkus.runtime.util.ForwardingExecutorService
-
shutdown
public void shutdown()- Specified by:
shutdownin interfaceExecutorService- Overrides:
shutdownin classio.quarkus.runtime.util.ForwardingExecutorService
-
shutdownNow
- Specified by:
shutdownNowin interfaceExecutorService- Overrides:
shutdownNowin classio.quarkus.runtime.util.ForwardingExecutorService
-