Uses of Class
org.apache.sling.event.impl.jobs.JobHandler
Packages that use JobHandler
-
Uses of JobHandler in org.apache.sling.event.impl.jobs.queues
Methods in org.apache.sling.event.impl.jobs.queues that return JobHandlerModifier and TypeMethodDescriptionQueueJobCache.getNextJob(JobConsumerManager jobConsumerManager, StatisticsManager statisticsManager, org.apache.sling.event.jobs.Queue queue, boolean doFull) Get the next job.Methods in org.apache.sling.event.impl.jobs.queues with parameters of type JobHandlerModifier and TypeMethodDescriptionvoidQueueJobCache.reschedule(String queueName, JobHandler handler, StatisticsManager statisticsManager) Reschedule a job Reschedule the job and add it back into the cache.Constructors in org.apache.sling.event.impl.jobs.queues with parameters of type JobHandlerModifierConstructorDescriptionJobExecutionContextImpl(JobHandler handler, JobExecutionContextImpl.ASyncHandler asyncHandler)