@Version(value="1.1.0")
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 |
Copyright © 2014 The Apache Software Foundation. All rights reserved.