Interface RejectedJobsHandler
- All Known Implementing Classes:
CallerRunsRejectedJobsHandler
,NotifyAcquisitionRejectedJobsHandler
public interface RejectedJobsHandler
Strategy for handling jobs that were acquired but cannot be executed at this point (queue-size exceeded).
- Author:
- Daniel Meyer
-
Method Summary
Modifier and TypeMethodDescriptionvoid
jobsRejected
(List<String> jobIds, ProcessEngineImpl processEngine, JobExecutor jobExecutor)
-
Method Details
-
jobsRejected
-