@Version("1.2.1")
Package org.apache.sling.event.jobs.consumer
-
Interface Summary 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 aJobExecutor
.JobExecutor A job executor consumes a job. -
Enum Summary Enum Description JobConsumer.JobResult The result of the job processing.