Uses of Interface
io.vertx.core.WorkerExecutor
Packages that use WorkerExecutor
-
Uses of WorkerExecutor in io.vertx.core
Methods in io.vertx.core that return WorkerExecutorModifier and TypeMethodDescriptionVertx.createSharedWorkerExecutor(String name) LikeVertx.createSharedWorkerExecutor(String, int)but with theVertxOptions.setWorkerPoolSize(int)poolSize.Vertx.createSharedWorkerExecutor(String name, int poolSize) LikeVertx.createSharedWorkerExecutor(String, int, long)but with theVertxOptions.setMaxWorkerExecuteTime(long)maxExecuteTime.Vertx.createSharedWorkerExecutor(String name, int poolSize, long maxExecuteTime) LikeVertx.createSharedWorkerExecutor(String, int, long, TimeUnit)but with theVertxOptions.setMaxWorkerExecuteTimeUnit(TimeUnit)maxExecuteTimeUnit.Vertx.createSharedWorkerExecutor(String name, int poolSize, long maxExecuteTime, TimeUnit maxExecuteTimeUnit) Create a named worker executor, the executor should be closed when it's not needed anymore to release resources.