| Package | Description |
|---|---|
| io.parallec.core |
Main package, including most user-facing classes such as the ParallelClient,
ParallelTask etc.
|
| io.parallec.core.actor |
Actors to execute parallel task and return responses.
|
| Modifier and Type | Method and Description |
|---|---|
TaskRequest |
ResponseOnSingleTask.getRequest()
Gets the request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResponseOnSingleTask.setRequest(TaskRequest request)
Sets the request.
|
| Constructor and Description |
|---|
OperationWorker(TaskRequest request,
com.ning.http.client.AsyncHttpClient client,
HttpPollerProcessor httpPollerProcessor)
Instantiates a new operation worker.
|
Copyright © 2015–2016 eBay. All rights reserved.