Package io.quarkus.vertx.core.runtime
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 Summary
FieldsModifier and TypeFieldDescription(package private) static DevModeExecutorService(package private) static ExecutorServiceFields inherited from interface io.vertx.core.spi.ExecutorServiceFactory
INSTANCE -
Constructor Summary
ConstructorsConstructorDescriptionQuarkusExecutorFactory(VertxConfiguration conf, io.quarkus.runtime.LaunchMode launchMode) -
Method Summary
Modifier and TypeMethodDescriptioncreateExecutor(ThreadFactory threadFactory, Integer concurrency, Integer maxConcurrency) static voidIn dev mode, shut down the underlying executor and then initialize a new one.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.vertx.core.spi.ExecutorServiceFactory
init
-
Field Details
-
devModeExecutor
-
Constructor Details
-
QuarkusExecutorFactory
-
-
Method Details
-
createExecutor
public ExecutorService createExecutor(ThreadFactory threadFactory, Integer concurrency, Integer maxConcurrency) - Specified by:
createExecutorin interfaceio.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:
-