public class VertxExecutorFactory
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
WORKER_POOL_MAX_SIZE |
| Constructor and Description |
|---|
VertxExecutorFactory() |
| Modifier and Type | Method and Description |
|---|---|
static io.netty.channel.EventLoopGroup |
eventLoopGroup(java.lang.String poolName) |
static java.util.concurrent.ExecutorService |
workerPool(java.lang.String poolName) |
public static final int WORKER_POOL_MAX_SIZE