| Modifier and Type | Method and Description |
|---|---|
protected void |
TransportCancelTasksAction.processTasks(CancelTasksRequest request,
Consumer<CancellableTask> operation) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
TransportListTasksAction.processTasks(ListTasksRequest request,
Consumer<Task> operation) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
TransportTasksAction.processTasks(TasksRequest request,
Consumer<OperationTask> operation) |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
TaskManager.cancel(CancellableTask task,
String reason,
Consumer<Set<String>> listener)
Cancels a task
|
Copyright © 2009–2017. All rights reserved.