| Package | Description |
|---|---|
| net.greghaines.jesque.admin | |
| net.greghaines.jesque.worker |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Admin |
| Modifier and Type | Class and Description |
|---|---|
class |
AdminImpl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Worker
A Worker polls for Jobs from a specified list of queues, executing
them in sequence and notifying WorkerListeners in the process.
|
| Modifier and Type | Class and Description |
|---|---|
class |
WorkerExitOnEmpty
An implementation of Worker that exits if all queues are empty maxLoopOnEmptyQueues times.
|
class |
WorkerImpl
Basic implementation of the Worker interface.
|
class |
WorkerPool
Creates a fixed number of identical
Workers, each on a
separate Thread. |
| Modifier and Type | Method and Description |
|---|---|
RecoveryStrategy |
ExceptionHandler.onException(JobExecutor jobExecutor,
Exception exception,
String curQueue) |
RecoveryStrategy |
DefaultExceptionHandler.onException(JobExecutor jobExecutor,
Exception exception,
String curQueue) |
Copyright © 2011-2013. All Rights Reserved.