Uses of Class
io.vertx.rxjava3.core.WorkerExecutor
Packages that use WorkerExecutor
-
Uses of WorkerExecutor in io.vertx.rxjava3.core
Fields in io.vertx.rxjava3.core with type parameters of type WorkerExecutorModifier and TypeFieldDescriptionstatic final io.vertx.lang.rx.TypeArg<WorkerExecutor> WorkerExecutor.__TYPE_ARGMethods in io.vertx.rxjava3.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) Create a named worker executor, the executor should be closed when it's not needed anymore to release resources.static WorkerExecutorWorkerExecutor.newInstance(WorkerExecutor arg) Methods in io.vertx.rxjava3.core 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.