| Package | Description |
|---|---|
| io.vertx.rxjava.core |
| Modifier and Type | Field and Description |
|---|---|
static TypeArg<WorkerExecutor> |
WorkerExecutor.__TYPE_ARG |
| Modifier and Type | Method and Description |
|---|---|
WorkerExecutor |
Vertx.createSharedWorkerExecutor(String name)
|
WorkerExecutor |
Vertx.createSharedWorkerExecutor(String name,
int poolSize)
|
WorkerExecutor |
Vertx.createSharedWorkerExecutor(String name,
int poolSize,
long maxExecuteTime)
Create a named worker executor, the executor should be closed when it's not needed anymore to release
resources.
This method can be called mutiple times with the same
name. |
static WorkerExecutor |
WorkerExecutor.newInstance(WorkerExecutor arg) |
| Modifier and Type | Method and Description |
|---|---|
static rx.Scheduler |
RxHelper.scheduler(WorkerExecutor executor)
Create a scheduler for a
WorkerExecutor object, actions are executed on the threads of this executor. |
Copyright © 2017. All rights reserved.