| Modifier and Type | Class and Description |
|---|---|
class |
MongoDbQueue<T> |
class |
RelationalDatabaseQueue<T> |
| Modifier and Type | Method and Description |
|---|---|
Queue<T> |
RelationalDatabaseQueue.Builder.build() |
Queue<T> |
QueueExecutor.getQueue() |
| Modifier and Type | Method and Description |
|---|---|
QueueExecutor.Builder |
QueueExecutor.Builder.withQueue(Queue<T> queue) |
| Constructor and Description |
|---|
QueueExecutor(Queue<T> queue,
QueueExecutor.RunnableCreator<T> runnableCreator,
int threadPoolSize,
long checkQueueInterval) |
Copyright © 2015. All rights reserved.