| Package | Description |
|---|---|
| net.greghaines.jesque.admin | |
| net.greghaines.jesque.worker |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Admin
Admin is an interface to receive administrative jobs for a worker.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AdminImpl
AdminImpl receives administrative jobs for a worker.
|
| 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 |
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-2015. All Rights Reserved.