public interface RejectedJobsHandler
Strategy for handling jobs that were acquired but cannot be executed at this point (queue-size exceeded).
Modifier and Type | Method and Description |
---|---|
void |
jobsRejected(JobExecutor jobExecutor,
List<String> jobIds) |
void jobsRejected(JobExecutor jobExecutor, List<String> jobIds)
Copyright © 2016 Alfresco. All rights reserved.