| Package | Description |
|---|---|
| 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 |
|---|---|
void |
ExecutionProcessor.process()
Process logic.
|
| Modifier and Type | Method and Description |
|---|---|
void |
QueueProcessor.process(T element)
Process queued element.
|
Copyright © 2013–2019 BB Corp. All rights reserved.