Uses of Class
io.vertx.mutiny.core.WorkerExecutor
-
Packages that use WorkerExecutor Package Description io.vertx.mutiny.core -
-
Uses of WorkerExecutor in io.vertx.mutiny.core
Fields in io.vertx.mutiny.core with type parameters of type WorkerExecutor Modifier and Type Field Description static TypeArg<WorkerExecutor>
WorkerExecutor. __TYPE_ARG
Methods in io.vertx.mutiny.core that return WorkerExecutor Modifier and Type Method Description WorkerExecutor
Vertx. createSharedWorkerExecutor(String name)
WorkerExecutor
Vertx. createSharedWorkerExecutor(String name, int poolSize)
WorkerExecutor
Vertx. createSharedWorkerExecutor(String name, int poolSize, long maxExecuteTime)
WorkerExecutor
Vertx. createSharedWorkerExecutor(String name, int poolSize, long maxExecuteTime, TimeUnit maxExecuteTimeUnit)
static WorkerExecutor
WorkerExecutor. newInstance(io.vertx.core.WorkerExecutor arg)
-