| Interface | Description |
|---|---|
| ScheduledTaskBuilder |
DSL to produce and schedule a
Task. |
| ScheduledTasks |
This factory create a
ScheduledTaskBuilder with the given Task. |
| SchedulingContext |
Provides detailed scheduling information for a task.
|
| Task |
Task classes could be scheduled:
By adding a Scheduled annotation |
| TaskListener<T extends Task> |
This class provides methods to listen an executed
Task. |
| Enum | Description |
|---|---|
| ExceptionPolicy |
This enum describes the behaviors of exception handling during the task execution.
|
| Annotation Type | Description |
|---|---|
| Scheduled |
Scheduled annotates Task to specified scheduling information. |
Copyright © 2013-2018–2019 SeedStack. All rights reserved.