| Package | Description |
|---|---|
| com.spikeify.taskqueue.service |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultTaskExecutorService
Each executor executes only one job at most
Create multiple executor services in order to run several jobs concurrent
|
| Modifier and Type | Method and Description |
|---|---|
TaskExecutorService |
TaskQueueManager.getExecutor(String queueName)
Returns instance of task executor service to be used when executing jobs
|
TaskExecutorService |
DefaultTaskQueueManager.getExecutor(String queueName) |
| Constructor and Description |
|---|
QueueScheduler(TaskExecutorService executorService,
int timeoutInSeconds,
int interruptTimeoutSeconds,
TaskContext threadContext) |
Copyright © 2015–2016. All rights reserved.