| Package | Description |
|---|---|
| net.bolbat.kit.scheduler |
The implementation of a scheduler that is processing elements in the planning schedule.
|
| net.bolbat.kit.scheduler.task.execution |
Implementation for scheduled task to process one call with custom processor.
|
| net.bolbat.kit.scheduler.task.queue |
Implementation for Scheduled task to process in queue with custom loader and processor.
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends Task> |
TaskConfiguration.getJobClass()
Get scheduled job class.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ExecutionTask
Task implementation of the
Task to execute processor once. |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends Task> |
ExecutionTaskConfiguration.getJobClass() |
| Modifier and Type | Class and Description |
|---|---|
class |
QueueTask<T>
Quartz job implementation for
Task execution. |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends Task> |
QueueTaskConfiguration.getJobClass() |
Copyright © 2013–2019 BB Corp. All rights reserved.