| Interface | Description |
|---|---|
| TaskExceptionHandler |
Callback handler for uncaught exceptions in the task processing cycle of the
TaskProcessor. |
| Class | Description |
|---|---|
| Task |
This task will be processed by
TaskExecutorService using TaskProcessor in a round robin manner. |
| TaskExecutorService<T extends Task> |
Manage processing of
Task. |
| Enum | Description |
|---|---|
| Task.TaskHint |
Hint for the
TaskProcessor about the task execution. |
Copyright © 2017 WSO2. All rights reserved.