Uses of Interface
org.apache.sling.event.jobs.consumer.JobExecutionResult
Packages that use JobExecutionResult
-
Uses of JobExecutionResult in org.apache.sling.event.jobs.consumer
Methods in org.apache.sling.event.jobs.consumer that return JobExecutionResultModifier and TypeMethodDescriptionJobExecutionContext.ResultBuilder.cancelled()The job processing failed permanently.JobExecutionContext.ResultBuilder.failed()The job processing failed and might be retried.JobExecutionContext.ResultBuilder.failed(long retryDelayInMs) The job processing failed and might be retried.JobExecutor.process(Job job, JobExecutionContext context) Execute the job.JobExecutionContext.ResultBuilder.succeeded()The job processing finished successfully.Methods in org.apache.sling.event.jobs.consumer with parameters of type JobExecutionResultModifier and TypeMethodDescriptionvoidJobExecutionContext.asyncProcessingFinished(JobExecutionResult result) Report an async result.