| Package | Description |
|---|---|
| net.bolbat.kit.scheduler |
The implementation of a scheduler that is processing elements in the planning schedule.
|
| net.bolbat.kit.scheduler.task |
Scheduled task common implementations.
|
| 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 |
|---|---|
TaskParameters |
TaskConfiguration.getParameters()
Get parameters.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigurableTask.configure(TaskParameters parameters)
Configure.
|
| Modifier and Type | Method and Description |
|---|---|
TaskParameters |
ExecutionTaskConfiguration.getParameters() |
| Modifier and Type | Method and Description |
|---|---|
ExecutionTaskBuilder |
ExecutionTaskBuilder.parameters(TaskParameters aTaskParameters)
Set
parameters. |
void |
ExecutionTaskConfiguration.setParameters(TaskParameters parameters) |
| Constructor and Description |
|---|
ExecutionTaskConfiguration(Class<? extends ExecutionProcessor> processorClass,
TaskParameters parameters,
String configurationName,
SchedulerConfigurationType configurationType)
Constrictor.
|
| Modifier and Type | Method and Description |
|---|---|
TaskParameters |
QueueTaskConfiguration.getParameters() |
| Modifier and Type | Method and Description |
|---|---|
QueueTaskBuilder<T> |
QueueTaskBuilder.parameters(TaskParameters aParameters)
Set
parameters for processor and loader. |
void |
QueueTaskConfiguration.setParameters(TaskParameters parameters) |
| Constructor and Description |
|---|
QueueTaskConfiguration(Class<? extends QueueLoader<T>> loaderClass,
Class<? extends QueueProcessor<T>> processorClass,
ProcessingMode processingMode,
TaskParameters parameters,
String configurationName,
SchedulerConfigurationType configurationType)
Constructor.
|
Copyright © 2013–2019 BB Corp. All rights reserved.