| Package | Description |
|---|---|
| io.vertx.core.impl | |
| io.vertx.core.spi |
| Modifier and Type | Method and Description |
|---|---|
ExecutorServiceFactory |
VertxBuilder.executorServiceFactory() |
| Modifier and Type | Method and Description |
|---|---|
VertxBuilder |
VertxBuilder.executorServiceFactory(ExecutorServiceFactory factory)
Set the
ExecutorServiceFactory instance to use. |
| Modifier and Type | Field and Description |
|---|---|
static ExecutorServiceFactory |
ExecutorServiceFactory.INSTANCE
Default instance that delegates to
Executors.newFixedThreadPool(int, ThreadFactory) |
Copyright © 2021. All rights reserved.