Uses of Class
io.vertx.mutiny.core.WorkerExecutor
Packages that use WorkerExecutor
-
Uses of WorkerExecutor in io.vertx.mutiny.core
Fields in io.vertx.mutiny.core with type parameters of type WorkerExecutorModifier and TypeFieldDescriptionstatic final io.smallrye.mutiny.vertx.TypeArg<WorkerExecutor> WorkerExecutor.__TYPE_ARGMethods in io.vertx.mutiny.core that return WorkerExecutorModifier and TypeMethodDescriptionVertx.createSharedWorkerExecutor(String name) Vertx.createSharedWorkerExecutor(String name, int poolSize) Vertx.createSharedWorkerExecutor(String name, int poolSize, long maxExecuteTime) Vertx.createSharedWorkerExecutor(String name, int poolSize, long maxExecuteTime, TimeUnit maxExecuteTimeUnit) static WorkerExecutorWorkerExecutor.newInstance(io.vertx.core.WorkerExecutor arg)