| 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 |
|---|---|
SchedulerConfigurationType |
TaskConfiguration.getConfigType()
Get config type.
|
static SchedulerConfigurationType |
SchedulerConfigurationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SchedulerConfigurationType[] |
SchedulerConfigurationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SchedulerConfigurationType |
ExecutionTaskConfiguration.getConfigType() |
| Modifier and Type | Method and Description |
|---|---|
ExecutionTaskBuilder |
ExecutionTaskBuilder.configurationType(SchedulerConfigurationType aConfigurationType)
Set
configuration. |
void |
ExecutionTaskConfiguration.setConfigurationType(SchedulerConfigurationType configurationType) |
| Constructor and Description |
|---|
ExecutionTaskConfiguration(Class<? extends ExecutionProcessor> processorClass,
TaskParameters parameters,
String configurationName,
SchedulerConfigurationType configurationType)
Constrictor.
|
| Modifier and Type | Method and Description |
|---|---|
SchedulerConfigurationType |
QueueTaskConfiguration.getConfigType() |
SchedulerConfigurationType |
QueueTaskConfiguration.getConfigurationType() |
| Modifier and Type | Method and Description |
|---|---|
QueueTaskBuilder<T> |
QueueTaskBuilder.configurationType(SchedulerConfigurationType aConfigurationType)
Set
configuration. |
void |
QueueTaskConfiguration.setConfigurationType(SchedulerConfigurationType configurationType) |
| 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.