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
FieldsFields 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) 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
-
Constructor Details
-
QuarkusExecutorFactory
-
-
Method Details
-
createExecutor
public ExecutorService createExecutor(ThreadFactory threadFactory, Integer concurrency, Integer maxConcurrency) - Specified by:
createExecutorin interfaceio.vertx.core.spi.ExecutorServiceFactory
-