@Version(value="1.2.1")
| Interface | Description | 
|---|---|
| JobConsumer | A job consumer consumes a job. | 
| JobConsumer.AsyncHandler | If the consumer decides to process the job asynchronously, this handler
 interface can be used to notify finished processing. | 
| JobExecutionContext | |
| JobExecutionContext.ResultBuilder | |
| JobExecutionResult | The status of a job after it has been processed by a  JobExecutor. | 
| JobExecutor | A job executor consumes a job. | 
| Enum | Description | 
|---|---|
| JobConsumer.JobResult | The result of the job processing. | 
Copyright © 2017 The Apache Software Foundation. All rights reserved.