Uses of Interface
io.vertx.core.spi.ExecutorServiceFactory
Packages that use ExecutorServiceFactory
-
Uses of ExecutorServiceFactory in io.vertx.core.spi
Fields in io.vertx.core.spi declared as ExecutorServiceFactoryModifier and TypeFieldDescriptionstatic final ExecutorServiceFactoryExecutorServiceFactory.INSTANCEDefault instance that delegates toExecutors.newFixedThreadPool(int, ThreadFactory)