| 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 |
|---|---|
TaskConfiguration |
TaskBuilder.build()
Build
TaskConfiguration. |
| Modifier and Type | Method and Description |
|---|---|
static Scheduler |
SchedulerFactory.create(TaskConfiguration task)
Create instance and configure
Scheduler. |
static org.quartz.Scheduler |
SchedulerConfigurationFactory.getConfiguration(TaskConfiguration task)
Get default quartz configuration.
|
| Constructor and Description |
|---|
SchedulerImpl(TaskConfiguration task)
Default constructor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ExecutionTaskConfiguration
Implementation of the
TaskConfiguration for ExecutionTask. |
| Modifier and Type | Method and Description |
|---|---|
TaskConfiguration |
ExecutionTaskBuilder.build() |
| Modifier and Type | Class and Description |
|---|---|
class |
QueueTaskConfiguration<T>
Implementation of the
TaskConfiguration for QueueTask. |
| Modifier and Type | Method and Description |
|---|---|
TaskConfiguration |
QueueTaskBuilder.build() |
Copyright © 2013–2019 BB Corp. All rights reserved.