Uses of Interface
io.vertx.core.WorkerExecutor
Packages that use WorkerExecutor
Package
Description
-
Uses of WorkerExecutor in io.vertx.camel
Methods in io.vertx.camel that return WorkerExecutorMethods in io.vertx.camel with parameters of type WorkerExecutorModifier and TypeMethodDescriptionOutboundMapping.setWorkerExecutor(WorkerExecutor pool) Sets the worker thread worker used to execute the blocking processing. -
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. -
Uses of WorkerExecutor in io.vertx.reactivex
Methods in io.vertx.reactivex with parameters of type WorkerExecutorModifier and TypeMethodDescriptionstatic SchedulerRxHelper.blockingScheduler(WorkerExecutor executor) Create a scheduler for aWorkerExecutorobject, actions are executed on the threads of this executor.Constructors in io.vertx.reactivex with parameters of type WorkerExecutorModifierConstructorDescriptionContextScheduler(WorkerExecutor workerExecutor) ContextScheduler(WorkerExecutor workerExecutor, boolean ordered) -
Uses of WorkerExecutor in io.vertx.reactivex.core
Methods in io.vertx.reactivex.core that return WorkerExecutorMethods in io.vertx.reactivex.core with parameters of type WorkerExecutorModifier and TypeMethodDescriptionstatic WorkerExecutorWorkerExecutor.newInstance(WorkerExecutor arg) Constructors in io.vertx.reactivex.core with parameters of type WorkerExecutor -
Uses of WorkerExecutor in io.vertx.rxjava3
Methods in io.vertx.rxjava3 with parameters of type WorkerExecutorModifier and TypeMethodDescriptionstatic SchedulerRxHelper.blockingScheduler(WorkerExecutor executor) Create a scheduler for aWorkerExecutorobject, actions are executed on the threads of this executor.Constructors in io.vertx.rxjava3 with parameters of type WorkerExecutorModifierConstructorDescriptionContextScheduler(WorkerExecutor workerExecutor) ContextScheduler(WorkerExecutor workerExecutor, boolean ordered) -
Uses of WorkerExecutor in io.vertx.rxjava3.core
Methods in io.vertx.rxjava3.core that return WorkerExecutorMethods in io.vertx.rxjava3.core with parameters of type WorkerExecutorModifier and TypeMethodDescriptionstatic WorkerExecutorWorkerExecutor.newInstance(WorkerExecutor arg) Constructors in io.vertx.rxjava3.core with parameters of type WorkerExecutor