Uses of Class
io.vertx.reactivex.core.WorkerExecutor
-
Packages that use WorkerExecutor Package Description io.vertx.reactivex.core -
-
Uses of WorkerExecutor in io.vertx.reactivex.core
Fields in io.vertx.reactivex.core with type parameters of type WorkerExecutor Modifier and Type Field Description static io.vertx.lang.rx.TypeArg<WorkerExecutor>
WorkerExecutor. __TYPE_ARG
Methods in io.vertx.reactivex.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)
LikeVertx.createSharedWorkerExecutor(java.lang.String)
but with theVertxOptions
maxExecuteTimeUnit
.WorkerExecutor
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 WorkerExecutor
WorkerExecutor. newInstance(WorkerExecutor arg)
Methods in io.vertx.reactivex.core with parameters of type WorkerExecutor Modifier and Type Method Description static Scheduler
RxHelper. blockingScheduler(WorkerExecutor executor)
Create a scheduler for aWorkerExecutor
object, actions are executed on the threads of this executor.
-