Package | Description |
---|---|
io.vertx.rxjava.core |
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) |
Copyright © 2016. All rights reserved.