| Package | Description |
|---|---|
| net.greghaines.jesque.admin | |
| net.greghaines.jesque.worker |
| Modifier and Type | Method and Description |
|---|---|
ExceptionHandler |
AdminImpl.getExceptionHandler()
The current exception handler.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AdminImpl.setExceptionHandler(ExceptionHandler exceptionHandler)
Set this JobExecutor's exception handler to the given handler.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultExceptionHandler
An ExceptionHandler that reconnects if there is a connection exception,
proceeds if the exception was JSON-related or a thread interrupt and
terminates if the executor is shutdown.
|
| Modifier and Type | Method and Description |
|---|---|
ExceptionHandler |
JobExecutor.getExceptionHandler()
The current exception handler.
|
ExceptionHandler |
WorkerImpl.getExceptionHandler()
The current exception handler.
|
ExceptionHandler |
WorkerPool.getExceptionHandler()
The current exception handler.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JobExecutor.setExceptionHandler(ExceptionHandler exceptionHandler)
Set this JobExecutor's exception handler to the given handler.
|
void |
WorkerImpl.setExceptionHandler(ExceptionHandler exceptionHandler)
Set this JobExecutor's exception handler to the given handler.
|
void |
WorkerPool.setExceptionHandler(ExceptionHandler exceptionHandler)
Set this JobExecutor's exception handler to the given handler.
|
Copyright © 2011-2015. All Rights Reserved.