| Package | Description |
|---|---|
| net.bolbat.kit.scheduler.task.queue |
Implementation for Scheduled task to process in queue with custom loader and processor.
|
| Modifier and Type | Field and Description |
|---|---|
static ProcessingMode |
ProcessingMode.DEFAULT
Default mode.
|
| Modifier and Type | Method and Description |
|---|---|
ProcessingMode |
QueueTaskConfiguration.getProcessingMode() |
static ProcessingMode |
ProcessingMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProcessingMode[] |
ProcessingMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
QueueTaskBuilder<T> |
QueueTaskBuilder.processingMode(ProcessingMode aProcessingMode)
Set
processingMode. |
void |
QueueTaskConfiguration.setProcessingMode(ProcessingMode processingMode) |
| 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.